mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
9a61c0c94e
With just a single page the `m_previous_page_end_timestamp` variable is still an invalid timestamp. However, in such a case the page's granulepos cannot can only indicate an end trimming but not a starting timestamp != 0. So assume timestamps start at 0 in such cases. Fixes #2722.
6 lines
159 B
Ruby
Executable File
6 lines
159 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_688opus_single_page
|
|
describe "mkvmerge / Opus with a single page"
|
|
test_merge "data/opus/single_page.opus", :args => "--disable-lacing"
|