# HG changeset patch # User jbr # Date 1228580384 0 # Node ID 55aba5d428f362eb1067c48416f5bbc03cbf949f # Parent c15abcb0209a17f10159c32c970551265c6fa2c1 ac3dec: add missing feature log message for block start info diff -r c15abcb0209a -r 55aba5d428f3 eac3dec.c --- a/eac3dec.c Sat Dec 06 16:18:10 2008 +0000 +++ b/eac3dec.c Sat Dec 06 16:19:44 2008 +0000 @@ -476,6 +476,7 @@ 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 */