On 2/2/12, Diego Biurrun <[email protected]> wrote:
> On Wed, Feb 01, 2012 at 08:23:32PM +0000, Paul B Mahol wrote:
>>
>> --- a/libavcodec/frwu.c
>> +++ b/libavcodec/frwu.c
>> @@ -28,7 +28,7 @@ static av_cold int decode_init(AVCodecContext *avctx)
>>  {
>>      if (avctx->width & 1) {
>>          av_log(avctx, AV_LOG_ERROR, "FRWU needs even width\n");
>> -        return -1;
>> +        return AVERROR_INVALIDDATA;
>
> This is not HEAD, what did you create your patch against?

This is already pushed.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to