On Wed, Apr 22, 2015 at 10:23 AM, Andreas Cadhalpun
<andreas.cadhal...@googlemail.com> wrote:
> +        if (k == last_k && msb == last_msb) {
> +            av_log(ac->avctx, AV_LOG_ERROR, "patch construction failed\n");
> +            return AVERROR_INVALIDDATA;
> +        }
> +        last_k = k;
> +        last_msb = msb;


I don't think the INVALIDDATA return will have the desired effect.

I think you want return -1;
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to