[FFmpeg-cvslog] r24641 - trunk/tests/lavfi-regression.sh

stefano subversion
Sun Aug 1 02:46:06 CEST 2010


Author: stefano
Date: Sun Aug  1 02:46:06 2010
New Revision: 24641

Log:
Split the lavfi pixfmts tests in _le and _be, this is required as the
test results and references depend on machine endianess.

Modified:
   trunk/tests/lavfi-regression.sh

Modified: trunk/tests/lavfi-regression.sh
==============================================================================
--- trunk/tests/lavfi-regression.sh	Sun Aug  1 02:46:03 2010	(r24640)
+++ trunk/tests/lavfi-regression.sh	Sun Aug  1 02:46:06 2010	(r24641)
@@ -65,7 +65,7 @@ scale=200:100
 vflip
 "
 
-if [ -n "$do_pixfmts" ]; then
+if [ -n "$do_pixfmts_be" ] || [ -n "$do_pixfmts_le" ]; then
     # exclude pixel formats which are not supported as input
     excluded_pix_fmts="$(ffmpeg -pix_fmts list 2>/dev/null | sed -ne '9,$p' | grep '^\..\.' | cut -d' ' -f2)"
 



More information about the ffmpeg-cvslog mailing list