On Fri, Dec 14, 2012 at 09:59:14AM +0100, Luca Barbato wrote: > --- a/libavcodec/vp5.c > +++ b/libavcodec/vp5.c > @@ -49,18 +49,18 @@ static int vp5_parse_header(VP56Context *s, const uint8_t > *buf, int buf_size, > if (vp56_rac_get(c)) { > av_log(s->avctx, AV_LOG_ERROR, "interlacing not supported\n"); > - return 0; > + return AVERROR_PATCHWELCOME;
If you return AVERROR_PATCHWELCOME then the av_log should be of the missing_feature or ask_for_sample type IMO. Diego _______________________________________________ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel