diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-01 00:46:06 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-01 00:46:06 +0000 |
commit | fc25373b1bf86962ff3e7dff1fc8975c0189d36b (patch) | |
tree | 641beeeb6aa835460930624052f4cdd7cb3c8bc9 /tests/lavfi-regression.sh | |
parent | 42bc7c8a60fe2ef59adae097e979d1e834995e62 (diff) | |
download | ffmpeg-fc25373b1bf86962ff3e7dff1fc8975c0189d36b.tar.gz |
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
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 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)" |