Chromium Code Reviews| Index: source/patched-ffmpeg-mt/libavcodec/txd.c |
| =================================================================== |
| --- source/patched-ffmpeg-mt/libavcodec/txd.c (revision 59334) |
| +++ source/patched-ffmpeg-mt/libavcodec/txd.c (working copy) |
| @@ -80,7 +80,7 @@ |
| if (p->data[0]) |
| avctx->release_buffer(avctx, p); |
| - if (av_check_image_size(w, h, 0, avctx)) |
| + if (av_image_check_size(w, h, 0, avctx)) |
| return -1; |
| if (w != avctx->width || h != avctx->height) |
| avcodec_set_dimensions(avctx, w, h); |