Chromium Code Reviews| Index: source/patched-ffmpeg-mt/libavcodec/qtrleenc.c |
| =================================================================== |
| --- source/patched-ffmpeg-mt/libavcodec/qtrleenc.c (revision 59334) |
| +++ source/patched-ffmpeg-mt/libavcodec/qtrleenc.c (working copy) |
| @@ -63,7 +63,7 @@ |
| { |
| QtrleEncContext *s = avctx->priv_data; |
| - if (av_check_image_size(avctx->width, avctx->height, 0, avctx) < 0) { |
| + if (av_image_check_size(avctx->width, avctx->height, 0, avctx) < 0) { |
| return -1; |
| } |
| s->avctx=avctx; |