[FFmpeg-cvslog] r16020 - trunk/libavcodec/eac3dec.c

jbr subversion
Sat Dec 6 17:19:45 CET 2008


Author: jbr
Date: Sat Dec  6 17:19:44 2008
New Revision: 16020

Log:
ac3dec: add missing feature log message for block start info

Modified:
   trunk/libavcodec/eac3dec.c

Modified: trunk/libavcodec/eac3dec.c
==============================================================================
--- trunk/libavcodec/eac3dec.c	(original)
+++ trunk/libavcodec/eac3dec.c	Sat Dec  6 17:19:44 2008
@@ -476,6 +476,7 @@ int ff_eac3_parse_header(AC3DecodeContex
            It is likely the offset of each block within the frame. */
         int block_start_bits = (s->num_blocks-1) * (4 + av_log2(s->frame_size-2));
         skip_bits_long(gbc, block_start_bits);
+        av_log_missing_feature(s->avctx, "Block start info", 1);
     }
 
     /* syntax state initialization */




More information about the ffmpeg-cvslog mailing list