This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
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>
tags/n4.3
James Almer
5 years ago
parent
a45be55d5b
commit
821fda819a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/fate/vcodec.mak
+ 1
- 1
tests/fate/vcodec.mak
View File
@@ -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
Write
Preview
Loading…
Cancel
Save