Hi,
On Sat, Sep 16, 2017 at 8:42 PM, Michael Niedermayer <[email protected]
> wrote:
> + if (get_bits_left(&s->gb) < 0) {
> + av_log(s->avctx, AV_LOG_ERROR,
> + "Insufficient bits left at %d %d\n", s->mb_x, s->mb_y);
> + return AVERROR_INVALIDDATA;
> + }
We've talked about this before, av_log(AV_LOG_ERROR) is not appropriate for
such terse and unhelpful messages that really only apply to fuzz-broken
files...
Ronald
_______________________________________________
ffmpeg-devel mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel