diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-12-01 16:20:10 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-12-18 23:22:59 +0100 |
commit | a381e0cec87bcb28ebc05fe840bb937a495de736 (patch) | |
tree | 6b088d3b14f438361395a1a9d9555eea6b701da8 /tests/fate/image.mak | |
parent | 87bd298abeb901fe16383a0d267502cc7fc03878 (diff) | |
download | ffmpeg-a381e0cec87bcb28ebc05fe840bb937a495de736.tar.gz |
fate: add a DPX parser test
Diffstat (limited to 'tests/fate/image.mak')
-rw-r--r-- | tests/fate/image.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/image.mak b/tests/fate/image.mak index f91ee6996f..3864896fc7 100644 --- a/tests/fate/image.mak +++ b/tests/fate/image.mak @@ -33,6 +33,9 @@ fate-bmpparser: CMD = framecrc -f image2pipe -i $(TARGET_SAMPLES)/bmp/libav_4x_c FATE_SAMPLES_AVCONV-$(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/libav_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 |