add yuv422p to banned x264 pixfmts
This commit is contained in:
parent
f8f346c75c
commit
de2178c4f9
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ Command = over.core.cmd.Command
|
||||||
prefix = over.core.text.prefix
|
prefix = over.core.text.prefix
|
||||||
|
|
||||||
# --------------------------------------------------
|
# --------------------------------------------------
|
||||||
X264_BANNED_PIXFMTS = {'bgr24'}
|
X264_BANNED_PIXFMTS = {'bgr24', 'yuv422p'}
|
||||||
|
|
||||||
# --------------------------------------------------
|
# --------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue