Chromium Code Reviews| Index: source/patched-ffmpeg-mt/libavcodec/sgidec.c |
| =================================================================== |
| --- source/patched-ffmpeg-mt/libavcodec/sgidec.c (revision 59334) |
| +++ source/patched-ffmpeg-mt/libavcodec/sgidec.c (working copy) |
| @@ -202,7 +202,7 @@ |
| return -1; |
| } |
| - if (av_check_image_size(s->width, s->height, 0, avctx)) |
| + if (av_image_check_size(s->width, s->height, 0, avctx)) |
| return -1; |
| avcodec_set_dimensions(avctx, s->width, s->height); |