[FFmpeg-cvslog] r23109 - in trunk/tests: lavf-regression.sh lavfi-regression.sh
vitor
subversion
Thu May 13 14:30:46 CEST 2010
Author: vitor
Date: Thu May 13 14:30:46 2010
New Revision: 23109
Log:
Replace "-vfilters" by "-vf" in regtests. Should fix regtest breakage.
Modified:
trunk/tests/lavf-regression.sh
trunk/tests/lavfi-regression.sh
Modified: trunk/tests/lavf-regression.sh
==============================================================================
--- trunk/tests/lavf-regression.sh Thu May 13 13:32:13 2010 (r23108)
+++ trunk/tests/lavf-regression.sh Thu May 13 14:30:46 2010 (r23109)
@@ -68,7 +68,7 @@ fi
if [ -n "$do_mxf" ] ; then
do_lavf mxf "-ar 48000 -bf 2 -timecode_frame_start 264363"
-do_lavf mxf_d10 "-ar 48000 -ac 2 -r 25 -s 720x576 -vfilters pad=720:608:0:32 -vcodec mpeg2video -intra -flags +ildct+low_delay -dc 10 -flags2 +ivlc+non_linear_q -qscale 1 -ps 1 -qmin 1 -rc_max_vbv_use 1 -rc_min_vbv_use 1 -pix_fmt yuv422p -minrate 30000k -maxrate 30000k -b 30000k -bufsize 1200000 -top 1 -rc_init_occupancy 1200000 -qmax 12 -f mxf_d10"
+do_lavf mxf_d10 "-ar 48000 -ac 2 -r 25 -s 720x576 -vf pad=720:608:0:32 -vcodec mpeg2video -intra -flags +ildct+low_delay -dc 10 -flags2 +ivlc+non_linear_q -qscale 1 -ps 1 -qmin 1 -rc_max_vbv_use 1 -rc_min_vbv_use 1 -pix_fmt yuv422p -minrate 30000k -maxrate 30000k -b 30000k -bufsize 1200000 -top 1 -rc_init_occupancy 1200000 -qmax 12 -f mxf_d10"
fi
if [ -n "$do_ts" ] ; then
Modified: trunk/tests/lavfi-regression.sh
==============================================================================
--- trunk/tests/lavfi-regression.sh Thu May 13 13:32:13 2010 (r23108)
+++ trunk/tests/lavfi-regression.sh Thu May 13 14:30:46 2010 (r23109)
@@ -20,7 +20,7 @@ do_lavfi() {
vfilters="slicify=random,$2"
if [ -n "$test" ] ; then
- do_video_encoding ${test_name}.nut "" "-vcodec rawvideo -vfilters $vfilters"
+ do_video_encoding ${test_name}.nut "" "-vcodec rawvideo -vf $vfilters"
fi
}
More information about the ffmpeg-cvslog
mailing list