Commit 5dae3cf3 authored by Stephan Hilb's avatar Stephan Hilb Committed by Michael Niedermayer

lavc/cpia: fix typo in log message

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 01a5d717
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment