mkvtoolnix/tests/test-377mp3_skip_id3_properly.rb
Moritz Bunkus c6f46bde9b MP3 header search: continue directly behind ID3 header
...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.
2012-12-16 21:25:01 +01:00

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