summaryrefslogtreecommitdiffstats
path: root/libhb/muxavformat.c
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2015-02-04 18:06:36 +0000
committerjstebbins <[email protected]>2015-02-04 18:06:36 +0000
commit1141a5f323d6ce712881a2de311b750dc641119e (patch)
tree73e7cc5ad9f74db83f21725dbe48bf25ecd8a2a8 /libhb/muxavformat.c
parent65e34d3a3982d782b71b4b6775b2a38e623efa15 (diff)
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
Diffstat (limited to 'libhb/muxavformat.c')
-rw-r--r--libhb/muxavformat.c5
1 files changed, 0 insertions, 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