mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-29 06:15:24 +00:00
14def7c1e0
The first 4 bits are the ones containing the output sampling rate, not the second 4 bits. Fixes the handling of 96 kHz-upsampled audio.
6 lines
154 B
Ruby
Executable File
6 lines
154 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_549truehd_96khz_sample_rate
|
|
describe "mkvmerge / TrueHD with 96 kHz sampling rate"
|
|
test_merge "data/truehd/96khz_sample_rate.thd"
|