Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-02-14 17:55:57 +0300
committerAnton Khirnov <anton@khirnov.net>2021-02-24 19:16:46 +0300
commit6853bdbdd2123ca2c42d0841bf6bd67fc7ea8150 (patch)
treec19220741b0e467051026060f1062fa621a2affd /tests/fate
parent33025ab9760aa7ea12d9f8d9bc4d31970a8dc5b3 (diff)
tests: add a test for LSCR
Diffstat (limited to 'tests/fate')
-rw-r--r--tests/fate/video.mak3
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 \