Browse Source

fate/hqdn3d: add -idct simple.

This should fix FATE failure on ARM. IDCT is required since it's a JPEG
source.
tags/n1.1
Clément Bœsch 13 years ago
parent
commit
d3451a9c0f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/fate/filter.mak

+ 1
- 1
tests/fate/filter.mak View File

@@ -45,7 +45,7 @@ fate-filter-yadif-mode1: CMD = framecrc -flags bitexact -idct simple -i $(SAMPLE
FATE_FILTER-$(CONFIG_YADIF_FILTER) += $(FATE_YADIF)

FATE_HQDN3D += fate-filter-hqdn3d
fate-filter-hqdn3d: CMD = framecrc -i $(SAMPLES)/smjpeg/scenwin.mjpg -vf hqdn3d -an
fate-filter-hqdn3d: CMD = framecrc -idct simple -i $(SAMPLES)/smjpeg/scenwin.mjpg -vf hqdn3d -an
FATE_FILTER-$(call ALLYES, SMJPEG_DEMUXER MJPEG_DECODER HQDN3D_FILTER) += $(FATE_HQDN3D)

#FATE_GRADFUN += fate-filter-gradfun


Loading…
Cancel
Save