mirror of https://github.com/FFmpeg/FFmpeg.git
This test tests that demuxing ProRes that is muxed like it should be in Matroska (i.e. with the first header ("icpf") atom stripped away) works; it also tests bz2 decompression as well as the handling of unknown-length clusters. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>pull/331/head
parent
eb17a7906b
commit
6c735b96ee
2 changed files with 21 additions and 0 deletions
@ -0,0 +1,16 @@ |
||||
#extradata 0: 4, 0x0402019c |
||||
#extradata 1: 4, 0x0402019c |
||||
#tb 0: 1/1000 |
||||
#media_type 0: video |
||||
#codec_id 0: prores |
||||
#dimensions 0: 720x480 |
||||
#sar 0: 186/157 |
||||
#tb 1: 1/1000 |
||||
#media_type 1: video |
||||
#codec_id 1: prores |
||||
#dimensions 1: 720x480 |
||||
#sar 1: 186/157 |
||||
0, 0, 0, 0, 4304, 0x3625b1fc |
||||
1, 0, 0, 0, 4304, 0x3625b1fc |
||||
0, 42, 42, 0, 4304, 0x3625b1fc |
||||
1, 42, 42, 0, 4304, 0x3625b1fc |
Loading…
Reference in new issue