diff options
author | Pierre-Anthony Lemieux <pal@palemieux.com> | 2022-01-21 13:05:33 -0800 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-02-03 04:00:09 +0100 |
commit | a2df6652468a6c3a38ad8aa775960a0ba8c63b0a (patch) | |
tree | d4d20bad3f69ee39a48fe65a717155d2cf136100 /tests/fate/imf.mak | |
parent | 2e82c610553efd69b4d9b6c359423a19c2868255 (diff) | |
download | ffmpeg-a2df6652468a6c3a38ad8aa775960a0ba8c63b0a.tar.gz |
avformat/imf: add IMF CPL with repeated resources to FATE
Signed-off-by: Pierre-Anthony Lemieux <pal@palemieux.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'tests/fate/imf.mak')
-rw-r--r-- | tests/fate/imf.mak | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/fate/imf.mak b/tests/fate/imf.mak new file mode 100644 index 0000000000..70a3efdfbd --- /dev/null +++ b/tests/fate/imf.mak @@ -0,0 +1,6 @@ +FATE_IMF += fate-imf-cpl-with-repeat +fate-imf-cpl-with-repeat: CMD = framecrc -f imf -i $(TARGET_SAMPLES)/imf/countdown/CPL_bb2ce11c-1bb6-4781-8e69-967183d02b9b.xml -c:v copy + +FATE_SAMPLES_FFMPEG-$(CONFIG_IMF_DEMUXER) += $(FATE_IMF) + +fate-imf: $(FATE_IMF) |