diff options
author | Leo Izen <leo.izen@gmail.com> | 2023-12-09 14:49:38 -0500 |
---|---|---|
committer | Leo Izen <leo.izen@gmail.com> | 2023-12-15 11:52:43 -0500 |
commit | 1a049595320094bb3a03a0893fe69990c2eb4964 (patch) | |
tree | 666248e7c86ccc146beb82caf3828a5d3dd31cc2 /tests/ref | |
parent | 22bebfa5e6cfcbd332a387b6f91ae38a4cbaf8b9 (diff) | |
download | ffmpeg-1a049595320094bb3a03a0893fe69990c2eb4964.tar.gz |
fate/jpegxl: add multiframe permuted TOC image parser test
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>
Diffstat (limited to 'tests/ref')
-rw-r--r-- | tests/ref/fate/jxl-multiframe-permuted-toc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/ref/fate/jxl-multiframe-permuted-toc b/tests/ref/fate/jxl-multiframe-permuted-toc new file mode 100644 index 0000000000..94fc008143 --- /dev/null +++ b/tests/ref/fate/jxl-multiframe-permuted-toc @@ -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 |