mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Rename _420_OPAQUE to OPAQUE_420
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
66c5e9ae98
commit
9e6030f5a9
|
@ -171,7 +171,7 @@ class DXGI_FORMAT(IntEnum):
|
|||
NV12 = 103
|
||||
P010 = 104
|
||||
P016 = 105
|
||||
_420_OPAQUE = 106
|
||||
OPAQUE_420 = 106
|
||||
YUY2 = 107
|
||||
Y210 = 108
|
||||
Y216 = 109
|
||||
|
|
Loading…
Reference in New Issue
Block a user