mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-27 21:20:41 +00:00
fate/hqdn3d: add -idct simple.
This should fix FATE failure on ARM. IDCT is required since it's a JPEG source.
This commit is contained in:
parent
2273b3aaf9
commit
d3451a9c0f
@ -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…
Reference in New Issue
Block a user