Unverified Commit 1a049595 authored by Leo Izen's avatar Leo Izen

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: 's avatarLeo Izen <leo.izen@gmail.com>
parent 22bebfa5
......@@ -19,6 +19,9 @@ fate-jxl-anim-demux: $(FATE_JPEGXL_ANIM_DEMUX)
FATE_JPEGXL_PARSE += fate-jxl-small-ext-box
fate-jxl-small-ext-box: CMD = framecrc -i $(TARGET_SAMPLES)/jxl/l.jxl -c copy
FATE_JPEGXL_PARSE += fate-jxl-multiframe-permuted-toc
fate-jxl-multiframe-permuted-toc: CMD = framecrc -i $(TARGET_SAMPLES)/jxl/orange.jxl -c copy
FATE_JPEGXL_PARSE += $(FATE_JPEGXL_PARSE-yes)
FATE_SAMPLES_FFMPEG-$(call FRAMECRC, IMAGE_JPEGXL_PIPE, , JPEGXL_PARSER) += $(FATE_JPEGXL_PARSE)
fate-jxl-parse: $(FATE_JPEGXL_PARSE)
#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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment