mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-02 12:53:29 +00: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;
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user