On 21/03/14 13:43, Kostya Shishkov wrote:
>> +    if (avctx->height & 3 || avctx->width & 3) {
>> +        av_log(avctx, AV_LOG_ERROR, "width and height must be multiplies of 
>> 4\n");
> 
> "must be multiple of 4"

While at it also print the value, same for the channels.

lu
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to