Hi,

On Sat, Sep 16, 2017 at 8:42 PM, Michael Niedermayer <mich...@niedermayer.cc
> 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
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to