mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +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;
|
||||
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