summaryrefslogtreecommitdiffstats
path: root/libhb
diff options
context:
space:
mode:
Diffstat (limited to 'libhb')
-rw-r--r--libhb/stream.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libhb/stream.c b/libhb/stream.c
index bd2cee38e..183f86930 100644
--- a/libhb/stream.c
+++ b/libhb/stream.c
@@ -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";