From 1141a5f323d6ce712881a2de311b750dc641119e Mon Sep 17 00:00:00 2001 From: jstebbins Date: Wed, 4 Feb 2015 18:06:36 +0000 Subject: [PATCH] mux: remove obsolete comment about generation of AAC extradata from TS files git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6872 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/muxavformat.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libhb/muxavformat.c b/libhb/muxavformat.c index 643c1d0dd..f0b62bddc 100644 --- a/libhb/muxavformat.c +++ b/libhb/muxavformat.c @@ -501,11 +501,6 @@ static int avformatInit( hb_mux_object_t * m ) case HB_ACODEC_FDK_HAAC: track->st->codec->codec_id = AV_CODEC_ID_AAC; - // TODO: fix AAC in TS parsing. We need to fill - // extradata with AAC config. Some players will play - // an AAC stream that is missing extradata and some - // will not. - // // libav mkv muxer expects there to be extradata for // AAC and will crash if it is NULL. So allocate extra // byte so that av_malloc does not return NULL when length -- 2.40.0