OSDN Git Service

Remove unnecessary translation of string "LIBFAAD" to "AAC".
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 11 Feb 2011 21:36:50 +0000 (21:36 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 11 Feb 2011 21:36:50 +0000 (21:36 +0000)
ffmpeg will never give us this name anymore since it no longer
wraps faad.

git-svn-id: svn://localhost/HandBrake/trunk@3795 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/stream.c

index bd2cee3..183f869 100644 (file)
@@ -1557,10 +1557,6 @@ static void set_audio_description( hb_audio_t *audio, iso639_lang_t *lang )
     {
         AVCodec *codec = avcodec_find_decoder( cc->codec_id );
         codec_name = codec->name;
-        if ( !strcmp( codec_name, "LIBFAAD" ) )
-        {
-            codec_name = "AAC";
-        }
         if ( !strcmp( codec_name, "DCA" ) )
         {
             codec_name = "DTS";