[FFmpeg-soc] [soc]: r3041 - eac3/eac3dec.c

jbr subversion at mplayerhq.hu
Tue Aug 5 06:09:12 CEST 2008


Author: jbr
Date: Tue Aug  5 06:09:12 2008
New Revision: 3041

Log:
change a comment to reflect current behavior rather than future TODO item

Modified:
   eac3/eac3dec.c

Modified: eac3/eac3dec.c
==============================================================================
--- eac3/eac3dec.c	(original)
+++ eac3/eac3dec.c	Tue Aug  5 06:09:12 2008
@@ -189,7 +189,7 @@ int ff_eac3_parse_header(AC3DecodeContex
        independent stream has its own substream id, and the dependent streams
        associated to an independent stream have matching substream id's */
     if (s->substreamid) {
-        // TODO: allow user to select which substream to decode
+        /* only decode substream with id=0. skip any additional substreams. */
         av_log_missing_feature(s->avctx, "Additional substreams", 1);
         return AC3_PARSE_ERROR_FRAME_TYPE;
     }



More information about the FFmpeg-soc mailing list