[FFmpeg-cvslog] id3v2: fix typo in error message

Anton Khirnov git
Wed Mar 9 18:49:10 CET 2011


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Mon Mar  7 22:32:05 2011 +0000| [ffb0304593547dd31424d7df62de771b7c1d7719] | committer: Michael Niedermayer

id3v2: fix typo in error message

Signed-off-by: Mans Rullgard <mans at mansr.com>
(cherry picked from commit fb61a7c5343a23d845ab73dd28caf6ec98cd6101)

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

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

diff --git a/libavformat/id3v2.c b/libavformat/id3v2.c
index 37443a4..4c61131 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"))




More information about the ffmpeg-cvslog mailing list