mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-29 06:15:24 +00:00
c76e83ff83
The number of parameter set arrays is not the sum of the number of VPS, SPS, PPS and SEI NALUs, but the number of different types. For example, if there's one VPS, one SPS, two PPS and no SEI NALUs, the number of parameter set arrays must be three and not four. Fixes the video-related part of #1938.
6 lines
236 B
Ruby
Executable File
6 lines
236 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_591hevc_wrong_number_of_parameter_sets
|
|
describe "mkvmerge / HEVC/h.265 wrong number of parameter sets in HEVCC calculated"
|
|
test_merge "data/h265/wrong_number_of_parameter_sets_in_hevcc.ts", :args => "--no-audio"
|