[FFmpeg-devel] [PATCHv4] flac: ignore duplicated ID3 tags if vorbis tags exist
James Almer
jamrial at gmail.com
Fri Feb 6 06:44:06 CET 2015
On 06/02/15 12:57 AM, Ben Boeckel wrote:
> + if (s->error_recognition & AV_EF_COMPLIANT)
> + level = AV_LOG_ERROR;
> + av_log(s, level, "Spec-compliant FLAC do not support ID3 tags.\n");
As i said back when i mentioned this flag to you (and Timothy just confirmed), if
AV_EF_COMPLIANT is set then it should also return AVERROR_INVALIDDATA and not just
show a warning/error.
Nonetheless, wait a bit in case there are comments from other devs before sending
an updated patch.
More information about the ffmpeg-devel
mailing list