diff options
author | Pierre-Anthony Lemieux <pal@palemieux.com> | 2022-09-06 14:51:45 -0700 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-09-20 11:26:00 +0200 |
commit | 79845ce6cf4d0192ebe99bf57b3f7e9b94726667 (patch) | |
tree | 24e145c15349766588449cff65f7595b3bfe92f0 /tests/fate | |
parent | 48fa27e77a6d71be89f216cee13ae7e99d2b5003 (diff) | |
download | ffmpeg-79845ce6cf4d0192ebe99bf57b3f7e9b94726667.tar.gz |
fate/mxf: add JPEG 2000 test
Reviewed-by: Tomas Härdin <tjoppen@acc.umu.se>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/mxf.mak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/fate/mxf.mak b/tests/fate/mxf.mak index 41c47f84f8..8430b01d51 100644 --- a/tests/fate/mxf.mak +++ b/tests/fate/mxf.mak @@ -27,6 +27,10 @@ FATE_MXF_PROBE-$(call DEMDEC, MXF, DNXHD) += fate-mxf-probe-dnxhd fate-mxf-probe-dnxhd: SRC = $(TARGET_SAMPLES)/mxf/multiple_components.mxf fate-mxf-probe-dnxhd: CMD = run $(PROBE_FORMAT_STREAMS_COMMAND) -i "$(SRC)" +FATE_MXF_PROBE-$(call DEMDEC, MXF, JPEG2000) += fate-mxf-probe-j2k +fate-mxf-probe-j2k: SRC = $(TARGET_SAMPLES)/imf/countdown/countdown-small.mxf +fate-mxf-probe-j2k: CMD = run $(PROBE_FORMAT_STREAMS_COMMAND) -i "$(SRC)" + FATE_MXF_PROBE-$(call DEMDEC, MXF, DVVIDEO PCM_S16LE) += fate-mxf-probe-dv25 fate-mxf-probe-dv25: SRC = $(TARGET_SAMPLES)/mxf/Avid-00005.mxf fate-mxf-probe-dv25: CMD = run $(PROBE_FORMAT_STREAMS_COMMAND) -i "$(SRC)" |