On 12/14/2012 02:44 PM, Diego Biurrun wrote:
> 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.
> 

Right, I'll add a patch for it in the next batch for vp56 this week-end.

lu

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to