summaryrefslogtreecommitdiff
path: root/tests/lavfi-regression.sh
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-06-03 22:20:07 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-06-03 22:20:07 +0000
commitbb756b2fbc64ae9984bdffddf18546b0d9f6a4dd (patch)
treeee2a2712cdc2d19ff301932ce8c3054d50c8ac81 /tests/lavfi-regression.sh
parent8456d947a5a63df41464aa025be6c06a589d926e (diff)
Fix typo.
Originally committed as revision 23459 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/lavfi-regression.sh')
-rwxr-xr-xtests/lavfi-regression.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh
index f9a6b2b767..37aaca7a4a 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)"