summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-08-30 14:06:49 -0300
committerJames Almer <jamrial@gmail.com>2017-08-30 14:07:11 -0300
commit350dc01dcb80345eafe45e85850bc8f8028e298d (patch)
tree214ebc1eea61341bac3520197abfa07e3ca18bdb /tests
parent1dc33c123715e195f7f19b2dca8f192a550f047c (diff)
fate: remove usage of deprecated AVCodecContext.me_method in vsynth snow tests
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/fate/vcodec.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak
index 8c24510937..5fc27c02cd 100644
--- a/tests/fate/vcodec.mak
+++ b/tests/fate/vcodec.mak
@@ -376,11 +376,11 @@ fate-vsynth%-rv20: FMT = rm
FATE_VCODEC-$(call ENCDEC, SNOW, AVI) += snow snow-hpel snow-ll
fate-vsynth%-snow: ENCOPTS = -qscale 2 -flags +qpel \
- -me_method iter -dia_size 2 \
+ -motion_est iter -dia_size 2 \
-cmp 12 -subcmp 12 -s 128x64
fate-vsynth%-snow-hpel: ENCOPTS = -qscale 2 \
- -me_method iter -dia_size 2 \
+ -motion_est iter -dia_size 2 \
-cmp 12 -subcmp 12 -s 128x64
fate-vsynth%-snow-ll: ENCOPTS = -qscale .001 -pred 1 \