Skip to content

Commit

Permalink
Rename _420_OPAQUE to OPAQUE_420
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
  • Loading branch information
REDxEYE and hugovk committed Dec 5, 2023
1 parent 66c5e9a commit 9e6030f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PIL/DdsImagePlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e6030f

Please sign in to comment.