projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dc33c1
)
fate: remove usage of deprecated AVCodecContext.me_method in vsynth snow tests
author
James Almer
<jamrial@gmail.com>
Wed, 30 Aug 2017 17:06:49 +0000
(14:06 -0300)
committer
James Almer
<jamrial@gmail.com>
Wed, 30 Aug 2017 17:07:11 +0000
(14:07 -0300)
Signed-off-by: James Almer <jamrial@gmail.com>
tests/fate/vcodec.mak
patch
|
blob
|
history
diff --git
a/tests/fate/vcodec.mak
b/tests/fate/vcodec.mak
index
8c24510
..
5fc27c0
100644
(file)
--- 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 \
- -m
e_method iter -dia_size 2
\
+ -m
otion_est iter -dia_size 2
\
-cmp 12 -subcmp 12 -s 128x64
fate-vsynth%-snow-hpel: ENCOPTS = -qscale 2 \
- -m
e_method iter -dia_size 2
\
+ -m
otion_est iter -dia_size 2
\
-cmp 12 -subcmp 12 -s 128x64
fate-vsynth%-snow-ll: ENCOPTS = -qscale .001 -pred 1 \