diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-06-03 22:20:07 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-06-03 22:20:07 +0000 |
commit | bb756b2fbc64ae9984bdffddf18546b0d9f6a4dd (patch) | |
tree | ee2a2712cdc2d19ff301932ce8c3054d50c8ac81 | |
parent | 8456d947a5a63df41464aa025be6c06a589d926e (diff) | |
download | ffmpeg-bb756b2fbc64ae9984bdffddf18546b0d9f6a4dd.tar.gz |
Fix typo.
Originally committed as revision 23459 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | tests/lavfi-regression.sh | 2 |
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)" |