mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 12:53:50 +00:00
b08888b2d7
Opus doesn't use a single bit to indicate a header packet. Instead each
of the two currently specified header packets start with an eight byte
long identifier, OpusHead or OpusTags.
This fixes the comment packet handling for Opus that was broken in
ced03835e7
in an attempt to fix bogus
warnings about comment packets not being present.
6 lines
150 B
Ruby
Executable File
6 lines
150 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_566opus_with_comment_header
|
|
describe "mkvmerge / OggOpus with comment headers"
|
|
test_merge "data/opus/v-opus-framesize-60.ogg"
|