mirror of https://github.com/FFmpeg/FFmpeg.git
This test verifies the parser's handling of multiframe JXL files that have an entropy-encoded permuted table of contents for each frame. The testcase is actually six JXL codestreams concatenated together, and the parser needs to be able to find the boundaries. Signed-off-by: Leo Izen <leo.izen@gmail.com>release/7.0
parent
22bebfa5e6
commit
1a04959532
2 changed files with 14 additions and 0 deletions
@ -0,0 +1,11 @@ |
||||
#tb 0: 1/25 |
||||
#media_type 0: video |
||||
#codec_id 0: jpegxl |
||||
#dimensions 0: 2400x2400 |
||||
#sar 0: 0/1 |
||||
0, 0, 0, 1, 197602, 0x6f8fc984 |
||||
0, 1, 1, 1, 52335, 0x30421469 |
||||
0, 2, 2, 1, 20784, 0xaecb1df0 |
||||
0, 3, 3, 1, 11204, 0x6c7b0759 |
||||
0, 4, 4, 1, 5653, 0xa2ac56da |
||||
0, 5, 5, 1, 11204, 0x6c7b0759 |
Loading…
Reference in new issue