[FFmpeg-cvslog] cllc: fix typo in the error message

Piotr Bandurski git at videolan.org
Fri Aug 3 14:51:05 CEST 2012


ffmpeg | branch: master | Piotr Bandurski <ami_stuff at o2.pl> | Fri Aug  3 13:43:57 2012 +0200| [a2232e696be35cd0f9eb3ed8037a02767d1a939e] | committer: Michael Niedermayer

cllc: fix typo in the error message

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a2232e696be35cd0f9eb3ed8037a02767d1a939e
---

 libavcodec/cllc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/cllc.c b/libavcodec/cllc.c
index 0c2c7c0..d128d7a 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;
     }
 



More information about the ffmpeg-cvslog mailing list