]> granicus.if.org Git - handbrake/commitdiff
mux: remove obsolete comment about generation of AAC extradata from TS files
authorjstebbins <jstebbins.hb@gmail.com>
Wed, 4 Feb 2015 18:06:36 +0000 (18:06 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Wed, 4 Feb 2015 18:06:36 +0000 (18:06 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6872 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/muxavformat.c

index 643c1d0ddc8d74f1ee14fcd9c4f732a120bc1cb1..f0b62bddc43ae446e571e9ff514c75f233a1e269 100644 (file)
@@ -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