mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-24 17:12:34 +02:00
lavc/fic: Cosmetics, fix a typo.
Found by Moritz Barsnick
This commit is contained in:
parent
37a4d3383f
commit
db7d0d6e7c
@ -323,7 +323,7 @@ static int fic_decode_frame(AVCodecContext *avctx, void *data,
|
|||||||
cur_y = AV_RL16(src + 35);
|
cur_y = AV_RL16(src + 35);
|
||||||
if (!skip_cursor && (cur_x > avctx->width || cur_y > avctx->height)) {
|
if (!skip_cursor && (cur_x > avctx->width || cur_y > avctx->height)) {
|
||||||
av_log(avctx, AV_LOG_WARNING,
|
av_log(avctx, AV_LOG_WARNING,
|
||||||
"Invalid cursor position: (%d,%d). Skipping cusor.\n",
|
"Invalid cursor position: (%d,%d). Skipping cursor.\n",
|
||||||
cur_x, cur_y);
|
cur_x, cur_y);
|
||||||
skip_cursor = 1;
|
skip_cursor = 1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user