From c5497b22b700a1f2db54f6cf9527745de5375c27 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Sat, 26 Apr 2008 06:29:56 +0000 Subject: Missing tags in APE is normal situation, so don't print an error. Resolves issue 437 Originally committed as revision 12977 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/ape.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat') diff --git a/libavformat/ape.c b/libavformat/ape.c index a90f887e58..9d7ee6edc8 100644 --- a/libavformat/ape.c +++ b/libavformat/ape.c @@ -156,7 +156,6 @@ static void ape_parse_tag(AVFormatContext *s) get_buffer(pb, buf, 8); /* APETAGEX */ if (strncmp(buf, "APETAGEX", 8)) { - av_log(NULL, AV_LOG_ERROR, "Invalid APE Tags\n"); return; } -- cgit v1.2.3