From: Piotr Bandurski <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
---
libavcodec/cllc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/cllc.c b/libavcodec/cllc.c
index aca4669..a65689a 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;
}
--
1.7.10.4
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel