diff mbox series

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

Message ID 20200527140110.1845-1-jamrial@gmail.com
State Accepted
Commit 821fda819abfede696d959b6e9416ece814e6827
Headers show
Series [FFmpeg-devel] fate/vcodec: use the encoder private option for frame skip compare function | expand

Checks

Context Check Description
andriy/default pending
andriy/make success Make finished
andriy/make_fate success Make fate finished

Commit Message

James Almer May 27, 2020, 2:01 p.m. UTC
Stop using the deprecated global option

Signed-off-by: James Almer <jamrial@gmail.com>
---
 tests/fate/vcodec.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

James Almer May 31, 2020, 11:01 p.m. UTC | #1
On 5/27/2020 11:01 AM, James Almer wrote:
> Stop using the deprecated global option
> 
> Signed-off-by: James Almer <jamrial@gmail.com>
> ---
>  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

Will apply soon.
diff mbox series

Patch

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