mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
lavc/cpia: fix typo in log message
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
01a5d71789
commit
5dae3cf357
@ -114,7 +114,7 @@ static int cpia_decode_frame(AVCodecContext *avctx,
|
||||
|
||||
if (src_size < linelength) {
|
||||
av_frame_set_decode_error_flags(frame, FF_DECODE_ERROR_INVALID_BITSTREAM);
|
||||
av_log(avctx, AV_LOG_WARNING, "Frame ended enexpectedly!\n");
|
||||
av_log(avctx, AV_LOG_WARNING, "Frame ended unexpectedly!\n");
|
||||
break;
|
||||
}
|
||||
if (src[linelength - 1] != EOL) {
|
||||
|
Loading…
Reference in New Issue
Block a user