mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-05-11 11:00:17 +00:00
Fix typo.
Originally committed as revision 23459 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8456d947a5
commit
bb756b2fbc
1 changed files with 1 additions and 1 deletions
|
|
@ -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)"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue