forked from FFmpeg/FFmpeg
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
This commit is contained in:
parent
630e1b27c2
commit
c5497b22b7
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue