| Index: source/patched-ffmpeg-mt/libavcodec/libschroedingerdec.c
|
| ===================================================================
|
| --- source/patched-ffmpeg-mt/libavcodec/libschroedingerdec.c (revision 59334)
|
| +++ source/patched-ffmpeg-mt/libavcodec/libschroedingerdec.c (working copy)
|
| @@ -170,7 +170,7 @@
|
| p_schro_params->format = schro_decoder_get_video_format(decoder);
|
|
|
| /* Tell FFmpeg about sequence details. */
|
| - if (av_check_image_size(p_schro_params->format->width, p_schro_params->format->height,
|
| + if (av_image_check_size(p_schro_params->format->width, p_schro_params->format->height,
|
| 0, avccontext) < 0) {
|
| av_log(avccontext, AV_LOG_ERROR, "invalid dimensions (%dx%d)\n",
|
| p_schro_params->format->width, p_schro_params->format->height);
|
|
|