We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fourcc
value
None
1 parent 576f1fa commit c947f5dCopy full SHA for c947f5d
pyimg4/parser.py
@@ -89,7 +89,7 @@ def __init__(
89
) -> None:
90
super().__init__(data)
91
92
- if fourcc and value:
+ if fourcc is not None and value is not None:
93
self._fourcc = self._verify_fourcc(fourcc)
94
self._value = value
95
0 commit comments