id3v2: fix typo in error message

Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit fb61a7c534)
This commit is contained in:
Anton Khirnov 2011-03-07 22:32:05 +00:00 committed by Michael Niedermayer
parent 0de8ebf491
commit ffb0304593
1 changed files with 1 additions and 1 deletions

View File

@ -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"))