Chromium Code Reviews| Index: source/patched-ffmpeg-mt/libavcodec/bink.c |
| =================================================================== |
| --- source/patched-ffmpeg-mt/libavcodec/bink.c (revision 59334) |
| +++ source/patched-ffmpeg-mt/libavcodec/bink.c (working copy) |
| @@ -972,7 +972,7 @@ |
| c->pic.data[0] = NULL; |
| - 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; |
| } |