summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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