summaryrefslogtreecommitdiff
path: root/libavcodec/cllc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/cllc.c')
-rw-r--r--libavcodec/cllc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cllc.c b/libavcodec/cllc.c
index aca4669fcb..a65689ab56 100644
--- a/libavcodec/cllc.c
+++ b/libavcodec/cllc.c
@@ -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;
}