Commit bbbc983c authored by jbr's avatar jbr

ac3dec: add missing feature log message for block start info

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16020 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent cda57363
......@@ -476,6 +476,7 @@ int ff_eac3_parse_header(AC3DecodeContext *s)
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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment