Commit 0ba63349 authored by stefano's avatar stefano

Fix typo.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23459 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1c77660b
......@@ -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)"
......
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