mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-13 13:41:27 +00:00
83045aeb1f
Otherwise files with a single frame only won't report "frame available", causing identification to fail. Fixes #3380.
6 lines
139 B
Ruby
Executable File
6 lines
139 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_745av1_single_frame
|
|
describe "mkvmerge / AV1 OBUs with only a single frame"
|
|
test_merge "data/av1/single_frame.obu"
|