diff options
Diffstat (limited to 'decoders')
-rw-r--r-- | decoders/edid/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/edid/pd.py b/decoders/edid/pd.py index 03d5c4d..8af10ae 100644 --- a/decoders/edid/pd.py +++ b/decoders/edid/pd.py @@ -68,7 +68,7 @@ xy_ratio = [ (16, 9), ] -# Annotation types +# Annotation classes ANN_FIELDS = 0 ANN_SECTIONS = 1 |