mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-29 06:15:24 +00:00
67bba78d14
This causes the channel and sampling frequency information to be updated from the bitstream as well, e.g. if the source container provided invalid values. The default duration has to be re-calculated as well.
6 lines
229 B
Ruby
Executable File
6 lines
229 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_422ac3_rederive_track_parameters_from_bitstream
|
|
describe "mkvmerge / AC3: re-derive track parameters from the bitstream"
|
|
test_merge "data/ac3/wrong-sampling-frequency-in-header.mkv", :args => "--no-video"
|