diff options
author | James Almer <jamrial@gmail.com> | 2020-05-27 11:00:54 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2020-06-04 09:56:01 -0300 |
commit | 821fda819abfede696d959b6e9416ece814e6827 (patch) | |
tree | 3060eda5ce8cb09ccee380a3c447d61fd0342869 /tests/fate/vcodec.mak | |
parent | a45be55d5b54827220ed9097932c9e2141488526 (diff) | |
download | ffmpeg-821fda819abfede696d959b6e9416ece814e6827.tar.gz |
fate/vcodec: use the encoder private option for frame skip compare function
Stop using the deprecated global option
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/fate/vcodec.mak')
-rw-r--r-- | tests/fate/vcodec.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak index ec2a9c339d..1e9c0d5647 100644 --- a/tests/fate/vcodec.mak +++ b/tests/fate/vcodec.mak @@ -323,7 +323,7 @@ fate-vsynth%-mpeg4-nr: ENCOPTS = -qscale 8 -flags +mv4 -mbd rd \ fate-vsynth%-mpeg4-nsse: ENCOPTS = -qscale 7 -cmp nsse -subcmp nsse \ -mbcmp nsse -precmp nsse \ - -skipcmp nsse + -skip_cmp nsse fate-vsynth%-mpeg4-qpel: ENCOPTS = -qscale 7 -flags +mv4+qpel -mbd 2 \ -bf 2 -cmp 1 -subcmp 2 |