mkvtoolnix/tests/test-517h264_forbidden_byte_sequence_in_slice_nalu.rb
Moritz Bunkus dee0280200 MPEG 4p10: convert slice NALUs to RBSP before parsing
All NALUs must be converted to RBSP before they're parsed. Otherwise the
wrong values will be used resulting in e.g. wrong picture order and
therefore in wrong timestamps.

Fixes #918 and #1548.
2015-12-28 13:49:04 +01:00

6 lines
233 B
Ruby
Executable File

#!/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"