提交 5782e0ba 编写于 作者: M Michael Niedermayer

avcodec/jpeg2000dec: Fix copy and paste error

Found-by: jamrial
Signed-off-by: NMichael Niedermayer <michael@niedermayer.cc>
上级 954e2b3d
......@@ -301,8 +301,7 @@ static int get_siz(Jpeg2000DecoderContext *s)
if (s->tile_offset_x < 0 || s->tile_offset_y < 0 ||
s->image_offset_x < s->tile_offset_x ||
s->image_offset_y < s->tile_offset_y) {
av_log(s->avctx, AV_LOG_ERROR, "Tile offsets are invalid\n",
s->ncomponents);
av_log(s->avctx, AV_LOG_ERROR, "Tile offsets are invalid\n");
return AVERROR_INVALIDDATA;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册