mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-12-03 00:36:44 +00:00
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
This commit is contained in:
parent
f7cf0f3148
commit
42bc7c8a60
@ -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)"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user