mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
cllc: fix typo in the error message
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
bc42682749
commit
a2232e696b
@ -225,7 +225,7 @@ static int cllc_decode_frame(AVCodecContext *avctx, void *data,
|
|||||||
|
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
av_log(avctx, AV_LOG_ERROR, "Unknown coding type: %d\n.", coding_type);
|
av_log(avctx, AV_LOG_ERROR, "Unknown coding type: %d.\n", coding_type);
|
||||||
return AVERROR_INVALIDDATA;
|
return AVERROR_INVALIDDATA;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user