Commit fb61a7c5 authored by Anton Khirnov's avatar Anton Khirnov Committed by Mans Rullgard

id3v2: fix typo in error message

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent 31ff9bd7
......@@ -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"))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment