diff options
author | Stefano Sabatini | 2010-08-01 00:46:03 +0000 |
---|---|---|
committer | Stefano Sabatini | 2010-08-01 00:46:03 +0000 |
commit | 42bc7c8a60fe2ef59adae097e979d1e834995e62 (patch) | |
tree | dfe4ec5ed9ac80ad8d698375442398b88ebd90dc /tests/lavfi-regression.sh | |
parent | f7cf0f3148123a0a8c3e09d895104fbc231152f8 (diff) |
Rename the not yet enabled test lavfi_pix_fmts to pixfmts, which is
simpler and consistent with the names of the other lavfi tests.
Originally committed as revision 24640 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/lavfi-regression.sh')
-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 a81ad74d5a..f791c4919d 100755 --- a/tests/lavfi-regression.sh +++ b/tests/lavfi-regression.sh @@ -65,7 +65,7 @@ scale=200:100 vflip " -if [ -n "$do_lavfi_pix_fmts" ]; then +if [ -n "$do_pixfmts" ]; 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)" |