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