You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
@@ -171,7 +171,7 @@ static av_cold int allocate_frame_buffers(Indeo3DecodeContext *ctx,
|
|||||||
|
|
||||||
if (luma_width < 16 || luma_width > 640 ||
|
if (luma_width < 16 || luma_width > 640 ||
|
||||||
luma_height < 16 || luma_height > 480 ||
|
luma_height < 16 || luma_height > 480 ||
|
||||||
luma_width & 3 || luma_height & 3) {
|
luma_width & 1 || luma_height & 1) {
|
||||||
av_log(avctx, AV_LOG_ERROR, "Invalid picture dimensions: %d x %d!\n",
|
av_log(avctx, AV_LOG_ERROR, "Invalid picture dimensions: %d x %d!\n",
|
||||||
luma_width, luma_height);
|
luma_width, luma_height);
|
||||||
return AVERROR_INVALIDDATA;
|
return AVERROR_INVALIDDATA;
|
||||||
|
Reference in New Issue
Block a user