Commit c5497b22 authored by Kostya Shishkov's avatar Kostya Shishkov

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
parent 630e1b27
......@@ -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;
}
......
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