# HG changeset patch # User kostya # Date 1209191396 0 # Node ID ef617b3c568d9a184bad1f5d0985c7db4145cf1e # Parent 5d2a64fd4496a5642dd8271ffccca4f3413eaee1 Missing tags in APE is normal situation, so don't print an error. Resolves issue 437 diff -r 5d2a64fd4496 -r ef617b3c568d ape.c --- a/ape.c Fri Apr 25 16:52:30 2008 +0000 +++ b/ape.c Sat Apr 26 06:29:56 2008 +0000 @@ -156,7 +156,6 @@ get_buffer(pb, buf, 8); /* APETAGEX */ if (strncmp(buf, "APETAGEX", 8)) { - av_log(NULL, AV_LOG_ERROR, "Invalid APE Tags\n"); return; }