From bb756b2fbc64ae9984bdffddf18546b0d9f6a4dd Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 3 Jun 2010 22:20:07 +0000 Subject: [PATCH] Fix typo. Originally committed as revision 23459 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tests/lavfi-regression.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh index f9a6b2b..37aaca7 100755 --- a/tests/lavfi-regression.sh +++ b/tests/lavfi-regression.sh @@ -68,7 +68,7 @@ vflip " if [ -n "$do_lavfi_pix_fmts" ]; then - # exclude pixel format currently not supported by NUT and which are not supported as input + # exclude pixel formats currently not supported by NUT and which are not supported as input excluded_pix_fmts="rgb4_byte bgr4_byte rgb444le rgb444be bgr444le bgr444be" excluded_pix_fmts="$excluded_pix_fmts $(ffmpeg -pix_fmts list 2>/dev/null | sed -ne '9,$p' | grep '^\..\.' | cut -d' ' -f2)" -- 2.7.4