diff options
author | Anton Khirnov <anton@khirnov.net> | 2021-02-14 15:55:57 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2021-02-24 17:16:46 +0100 |
commit | 6853bdbdd2123ca2c42d0841bf6bd67fc7ea8150 (patch) | |
tree | c19220741b0e467051026060f1062fa621a2affd /tests/fate | |
parent | 33025ab9760aa7ea12d9f8d9bc4d31970a8dc5b3 (diff) | |
download | ffmpeg-6853bdbdd2123ca2c42d0841bf6bd67fc7ea8150.tar.gz |
tests: add a test for LSCR
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/video.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/video.mak b/tests/fate/video.mak index a5f3107c38..4b2c4ab665 100644 --- a/tests/fate/video.mak +++ b/tests/fate/video.mak @@ -207,6 +207,9 @@ fate-kgv1: CMD = framecrc -i $(TARGET_SAMPLES)/kega/kgv1.avi -pix_fmt rgb555le - FATE_VIDEO-$(call DEMDEC, AVI, KMVC) += fate-kmvc fate-kmvc: CMD = framecrc -i $(TARGET_SAMPLES)/KMVC/LOGO1.AVI -an -t 3 -pix_fmt rgb24 -vf scale +FATE_VIDEO-$(call DEMDEC, AVI, LSCR) += fate-lscr +fate-lscr: CMD = framecrc -i $(TARGET_SAMPLES)/lscr/lscr_compr9_short.avi + FATE_MAGICYUV += fate-magicyuv-y4444i \ fate-magicyuv-y400i \ fate-magicyuv-y420 \ |