| Index: source/patched-ffmpeg-mt/libavcodec/yop.c
|
| ===================================================================
|
| --- source/patched-ffmpeg-mt/libavcodec/yop.c (revision 59334)
|
| +++ source/patched-ffmpeg-mt/libavcodec/yop.c (working copy)
|
| @@ -85,7 +85,7 @@
|
| s->avctx = avctx;
|
|
|
| if (avctx->width & 1 || avctx->height & 1 ||
|
| - av_check_image_size(avctx->width, avctx->height, 0, avctx) < 0) {
|
| + av_image_check_size(avctx->width, avctx->height, 0, avctx) < 0) {
|
| av_log(avctx, AV_LOG_ERROR, "YOP has invalid dimensions\n");
|
| return -1;
|
| }
|
|
|