Commit fc25373b authored by Stefano Sabatini's avatar Stefano Sabatini

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
parent 42bc7c8a
......@@ -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)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment