mirror of https://git.ffmpeg.org/ffmpeg.git
fate/jpeg2000dec: add support for p0_10.j2k
p0_10.j2k is one of the reference codestreams included in Rec. ITU-T T.803 | ISO/IEC 15444-4.
Adding this test was made possible by commit 6f4a95cfb8
.
This commit is contained in:
parent
76317e22a6
commit
77ab1c773c
|
@ -42,6 +42,9 @@ fate-jpeg2000dec-p0_08: CMD = framecrc -flags +bitexact -auto_conversion_filters
|
|||
FATE_JPEG2000DEC += fate-jpeg2000dec-p0_09
|
||||
fate-jpeg2000dec-p0_09: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/jpeg2000/itu-iso/codestreams_profile0/p0_09.j2k
|
||||
|
||||
FATE_JPEG2000DEC += fate-jpeg2000dec-p0_10
|
||||
fate-jpeg2000dec-p0_10: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/jpeg2000/itu-iso/codestreams_profile0/p0_10.j2k
|
||||
|
||||
FATE_JPEG2000DEC += fate-jpeg2000dec-p0_11
|
||||
fate-jpeg2000dec-p0_11: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/jpeg2000/itu-iso/codestreams_profile0/p0_11.j2k
|
||||
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 64x64
|
||||
#sar 0: 0/1
|
||||
0, 0, 0, 1, 12288, 0x68638483
|
Loading…
Reference in New Issue