summaryrefslogtreecommitdiff
path: root/tests/fate/gif.mak
diff options
context:
space:
mode:
authorNicolas George <george@nsup.org>2020-09-14 21:23:20 +0200
committerNicolas George <george@nsup.org>2020-09-30 16:39:34 +0200
commit3bf5cc9c588b41d4ba49821e57650dbbf187f932 (patch)
treeb45921bdd24bbd0c2f90c3c52693057e15d02b9f /tests/fate/gif.mak
parent9d8f9b2e4094ae6b07a9f23ae044b802722b3b4e (diff)
fate: add scale filters for big-endian architectures.
Filters mostly work in native endianness, but they must output a specified endianness, usually little: that requires a final conversion for big endian. I do not know what's the deal with gif-deal: inserting explicitly the filters that are implicitly inserted result in less frames in output. Probably a strange problem of duration.
Diffstat (limited to 'tests/fate/gif.mak')
-rw-r--r--tests/fate/gif.mak10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/fate/gif.mak b/tests/fate/gif.mak
index bd9618ab85..a5147c0e38 100644
--- a/tests/fate/gif.mak
+++ b/tests/fate/gif.mak
@@ -1,17 +1,17 @@
FATE_GIF += fate-gif-color
-fate-gif-color: CMD = framecrc -i $(TARGET_SAMPLES)/gif/tc217.gif -pix_fmt bgra
+fate-gif-color: CMD = framecrc -i $(TARGET_SAMPLES)/gif/tc217.gif -pix_fmt bgra -vf scale
FATE_GIF += fate-gif-disposal-background
-fate-gif-disposal-background: CMD = framecrc -trans_color 0 -i $(TARGET_SAMPLES)/gif/m4nb.gif -pix_fmt bgra
+fate-gif-disposal-background: CMD = framecrc -trans_color 0 -i $(TARGET_SAMPLES)/gif/m4nb.gif -pix_fmt bgra -vf scale
FATE_GIF += fate-gif-disposal-restore
-fate-gif-disposal-restore: CMD = framecrc -i $(TARGET_SAMPLES)/gif/banner2.gif -pix_fmt bgra
+fate-gif-disposal-restore: CMD = framecrc -i $(TARGET_SAMPLES)/gif/banner2.gif -pix_fmt bgra -vf scale
FATE_GIF += fate-gif-gray
-fate-gif-gray: CMD = framecrc -i $(TARGET_SAMPLES)/gif/Newtons_cradle_animation_book_2.gif -pix_fmt bgra
+fate-gif-gray: CMD = framecrc -i $(TARGET_SAMPLES)/gif/Newtons_cradle_animation_book_2.gif -pix_fmt bgra -vf scale
FATE_GIF += fate-gif-deal
-fate-gif-deal: CMD = framecrc -i $(TARGET_SAMPLES)/gif/deal.gif -vsync cfr -pix_fmt bgra
+fate-gif-deal: CMD = framecrc -i $(TARGET_SAMPLES)/gif/deal.gif -vsync cfr -pix_fmt bgra -auto_conversion_filters
fate-gifenc%: fate-gif-color
fate-gifenc%: PIXFMT = $(word 3, $(subst -, ,$(@)))