mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-16 03:50:05 +01:00
ac3dec: add missing feature log message for block start info
Originally committed as revision 16020 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -476,6 +476,7 @@ int ff_eac3_parse_header(AC3DecodeContext *s)
|
|||||||
It is likely the offset of each block within the frame. */
|
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));
|
int block_start_bits = (s->num_blocks-1) * (4 + av_log2(s->frame_size-2));
|
||||||
skip_bits_long(gbc, block_start_bits);
|
skip_bits_long(gbc, block_start_bits);
|
||||||
|
av_log_missing_feature(s->avctx, "Block start info", 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* syntax state initialization */
|
/* syntax state initialization */
|
||||||
|
|||||||
Reference in New Issue
Block a user