From fc25373b1bf86962ff3e7dff1fc8975c0189d36b Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 1 Aug 2010 00:46:06 +0000 Subject: Split the lavfi pixfmts tests in _le and _be, this is required as the test results and references depend on machine endianess. Originally committed as revision 24641 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tests/lavfi-regression.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/lavfi-regression.sh') diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh index f791c4919d..252a895acd 100755 --- a/tests/lavfi-regression.sh +++ b/tests/lavfi-regression.sh @@ -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)" -- cgit v1.2.3