[FFmpeg-cvslog] r24642 - trunk/tests/lavfi-regression.sh
stefano
subversion
Sun Aug 1 02:46:08 CEST 2010
Author: stefano
Date: Sun Aug 1 02:46:08 2010
New Revision: 24642
Log:
Introduce and use a variable $output in the lavfi pixfmts test code.
Consistent with the lavfi pixdesc test code, and slightly improve
readability.
Modified:
trunk/tests/lavfi-regression.sh
Modified: trunk/tests/lavfi-regression.sh
==============================================================================
--- trunk/tests/lavfi-regression.sh Sun Aug 1 02:46:06 2010 (r24641)
+++ trunk/tests/lavfi-regression.sh Sun Aug 1 02:46:08 2010 (r24642)
@@ -78,7 +78,8 @@ if [ -n "$do_pixfmts_be" ] || [ -n "$do_
pix_fmts=$(get_common_elements "$in_pix_fmts" "$scale_out_pix_fmts")
for pix_fmt in $pix_fmts; do
- do_video_encoding "${pix_fmt}-${filter}.nut" "" \
+ output=${pix_fmt}-${filter}.nut
+ do_video_encoding $output "" \
"-vf slicify=random,format=$pix_fmt,$filter_args -vcodec rawvideo -pix_fmt $pix_fmt"
done
done
More information about the ffmpeg-cvslog
mailing list