[FFmpeg-cvslog] fate/vcodec: use the encoder private option for frame skip compare function

James Almer git at videolan.org
Thu Jun 4 16:00:12 EEST 2020


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Wed May 27 11:00:54 2020 -0300| [821fda819abfede696d959b6e9416ece814e6827] | committer: James Almer

fate/vcodec: use the encoder private option for frame skip compare function

Stop using the deprecated global option

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=821fda819abfede696d959b6e9416ece814e6827
---

 tests/fate/vcodec.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the ffmpeg-cvslog mailing list