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. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel