summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/ape.c1
1 files changed, 0 insertions, 1 deletions
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;
}