summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-02-21 10:56:33 +0100
committerAnton Khirnov <anton@khirnov.net>2013-03-08 14:14:17 +0100
commit64bfc3e20588b75c35fd2dba3a7c97194733e3d3 (patch)
tree739c562e5a2792aba81fa6857dc864777d617912
parent6deae8e0530a885b76f149841ed4899cb438ec23 (diff)
FATE: replace -vb with -b:v
The -{vas}<option> syntax is now obsolete and deprecated, and has never been documented or encouraged.
-rw-r--r--tests/fate/vcodec.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak
index 86f27c7546..ed9fa2e78f 100644
--- a/tests/fate/vcodec.mak
+++ b/tests/fate/vcodec.mak
@@ -111,7 +111,7 @@ $(FATE_MPEG2:%=fate-vsynth\%-%): FMT = mpeg2video
$(FATE_MPEG2:%=fate-vsynth\%-%): CODEC = mpeg2video
fate-vsynth%-mpeg2: ENCOPTS = -qscale 10
-fate-vsynth%-mpeg2-422: ENCOPTS = -vb 1000k \
+fate-vsynth%-mpeg2-422: ENCOPTS = -b:v 1000k \
-bf 2 \
-trellis 1 \
-flags +mv0+ildct+ilme \
@@ -121,7 +121,7 @@ fate-vsynth%-mpeg2-422: ENCOPTS = -vb 1000k \
-pix_fmt yuv422p
fate-vsynth%-mpeg2-idct-int: ENCOPTS = -qscale 10 -idct int -dct int
fate-vsynth%-mpeg2-ilace: ENCOPTS = -qscale 10 -flags +ildct+ilme
-fate-vsynth%-mpeg2-ivlc-qprd: ENCOPTS = -vb 500k \
+fate-vsynth%-mpeg2-ivlc-qprd: ENCOPTS = -b:v 500k \
-bf 2 \
-trellis 1 \
-flags +mv0 \