mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-31 23:38:34 +00:00
6 lines
233 B
Ruby
6 lines
233 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
# T_517h264_forbidden_byte_sequence_in_slice_nalu
|
||
|
describe "mkvmerge / h.264 slices with forbidden byte value requiring NALU-to-RBSP conversion"
|
||
|
test_merge "data/h264/forbidden_byte_sequence_in_slice_header.h264"
|