diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-06-22 05:02:04 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-22 05:02:04 +0200 |
commit | fd3c27375f96c94f093357a8d83fed99fc43acbc (patch) | |
tree | 74e994a49b3bb9a2de5a040872433323c34100ec | |
parent | d7efafd63a63c8926411de4ea537c366770ff28e (diff) | |
download | ffmpeg-fd3c27375f96c94f093357a8d83fed99fc43acbc.tar.gz |
fate/filter-video: fix hqx on big endian part 2
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | tests/fate/filter-video.mak | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak index f5f7573de4..543efb58a9 100644 --- a/tests/fate/filter-video.mak +++ b/tests/fate/filter-video.mak @@ -148,9 +148,9 @@ fate-filter-hqdn3d-sample: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/smjp FATE_FILTER_HQX-$(call ALLYES, IMAGE2_DEMUXER PNG_DECODER HQX_FILTER) = fate-filter-hq2x fate-filter-hq3x fate-filter-hq4x FATE_FILTER-yes += $(FATE_FILTER_HQX-yes) -fate-filter-hq2x: CMD = framecrc -i $(TARGET_SAMPLES)/filter/pixelart%d.png -vf hqx=2 -fate-filter-hq3x: CMD = framecrc -i $(TARGET_SAMPLES)/filter/pixelart%d.png -vf hqx=3 -fate-filter-hq4x: CMD = framecrc -i $(TARGET_SAMPLES)/filter/pixelart%d.png -vf hqx=4 +fate-filter-hq2x: CMD = framecrc -i $(TARGET_SAMPLES)/filter/pixelart%d.png -vf hqx=2 -pix_fmt bgra +fate-filter-hq3x: CMD = framecrc -i $(TARGET_SAMPLES)/filter/pixelart%d.png -vf hqx=3 -pix_fmt bgra +fate-filter-hq4x: CMD = framecrc -i $(TARGET_SAMPLES)/filter/pixelart%d.png -vf hqx=4 -pix_fmt bgra fate-filter-hqx: $(FATE_FILTER_HQX-yes) FATE_FILTER-$(call ALLYES, UTVIDEO_DECODER AVI_DEMUXER PERMS_FILTER CURVES_FILTER) += fate-filter-curves |