mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 12:53:50 +00:00
8b3c3ab146
fseeko() etc. require negative offsets if seeking relative to the end of the file should result in the file pointer being inside the file. Therefore MKVToolNix' APIs require that, too, but some calculations treated it as if it were the other war around. Fixes #1035.
6 lines
205 B
Ruby
Executable File
6 lines
205 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_432concatenate_two_ac3_files
|
|
describe "mkvmerge / read from same file twice via concatenation"
|
|
test_merge "'(' data/ac3/misdetected_as_mp2.ac3 data/ac3/misdetected_as_mp2.ac3 ')'"
|