Module: ffmpeg
Branch: master
Commit: fb61a7c5343a23d845ab73dd28caf6ec98cd6101

Author:    Anton Khirnov <[email protected]>
Committer: Mans Rullgard <[email protected]>
Date:      Mon Mar  7 22:32:05 2011 +0000

id3v2: fix typo in error message

Signed-off-by: Mans Rullgard <[email protected]>

---

 libavformat/id3v2.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavformat/id3v2.c b/libavformat/id3v2.c
index 7635735..76c7124 100644
--- a/libavformat/id3v2.c
+++ b/libavformat/id3v2.c
@@ -115,7 +115,7 @@ static void read_ttag(AVFormatContext *s, AVIOContext *pb, 
int taglen, const cha
         dst[len] = 0;
         break;
     default:
-        av_log(s, AV_LOG_WARNING, "Unknown encoding in tag %s\n.", key);
+        av_log(s, AV_LOG_WARNING, "Unknown encoding in tag %s.\n", key);
     }
 
     if (!(strcmp(key, "TCON") && strcmp(key, "TCO"))

_______________________________________________
ffmpeg-commits mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-commits

Reply via email to