mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Merge commit 'a381e0cec87bcb28ebc05fe840bb937a495de736'
* commit 'a381e0cec87bcb28ebc05fe840bb937a495de736': fate: add a DPX parser test Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
3e889713ce
@ -33,6 +33,9 @@ fate-bmpparser: CMD = framecrc -f image2pipe -i $(TARGET_SAMPLES)/bmp/numbers.bm
|
||||
FATE_IMAGE-$(call DEMDEC, IMAGE2, DPX) += fate-dpx
|
||||
fate-dpx: CMD = framecrc -i $(TARGET_SAMPLES)/dpx/lighthouse_rgb48.dpx
|
||||
|
||||
FATE_SAMPLES_AVCONV-$(call PARSERDEMDEC, DPX, IMAGE2PIPE, DPX) += fate-dpxparser
|
||||
fate-dpxparser: CMD = framecrc -f image2pipe -i $(TARGET_SAMPLES)/dpx/lena_4x_concat.dpx
|
||||
|
||||
FATE_EXR += fate-exr-slice-raw
|
||||
fate-exr-slice-raw: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgba_slice_raw.exr -pix_fmt rgba64le
|
||||
|
||||
|
5
tests/ref/fate/dpxparser
Normal file
5
tests/ref/fate/dpxparser
Normal file
@ -0,0 +1,5 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 50700, 0xe7153545
|
||||
0, 1, 1, 1, 50700, 0x2bc92ece
|
||||
0, 2, 2, 1, 50700, 0x83c731bb
|
||||
0, 3, 3, 1, 50700, 0x92f52f19
|
Loading…
Reference in New Issue
Block a user