mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-08-13 17:07:21 +00:00
Files with multiple consecutive ID3v2 tags were getting low probe scores (1) because av_probe_input_format3 only skipped the first tag, leaving subsequent tags to be treated as non-audio data. Fix by looping to skip all consecutive ID3v2 tags before probing. Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
11 KiB
11 KiB