mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 20:32:33 +00:00
c6f46bde9b
...and not one byte after where the ID3 tag was found in the first place. Otherwise detection might find something looking like a valid MP3 header inside the ID3 tag and would skip valid frames. behind the ID3 tag. Fixes #747.
6 lines
204 B
Ruby
6 lines
204 B
Ruby
#!/usr/bin/ruby -w
|
|
|
|
# T_377mp3_skip_id3_properly
|
|
describe "mkvmerge / MP3 files with ID3 tags and Xing headers; skipping ID3 tag"
|
|
test_merge "data/mp3/id3-tag-and-xing-header.mp3", :exit_code => :warning
|