changeset 3266:ef617b3c568d libavformat

Missing tags in APE is normal situation, so don't print an error. Resolves issue 437
author kostya
date Sat, 26 Apr 2008 06:29:56 +0000
parents 5d2a64fd4496
children 37e245554350
files ape.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
     }