summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2022-10-09 21:04:19 +0200
committerjvoisin2022-10-09 21:04:19 +0200
commit0501359600352e4a9745c8e83cbde07af8aac849 (patch)
treeba1cf5fe14f56c2ba90663c1b003759141f84bfb
parentcc5be8608b49d74a633b80a95a49a018d4dcd477 (diff)
Please pylint
Diffstat (limited to '')
-rw-r--r--libmat2/video.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/libmat2/video.py b/libmat2/video.py
index 1b38c77..4d33aa4 100644
--- a/libmat2/video.py
+++ b/libmat2/video.py
@@ -91,11 +91,11 @@ class AVIParser(AbstractFFmpegParser):
91 'VideoFrameRate', 'VideoFrameCount', 'Quality', 91 'VideoFrameRate', 'VideoFrameCount', 'Quality',
92 'SampleSize', 'BMPVersion', 'ImageWidth', 'ImageHeight', 92 'SampleSize', 'BMPVersion', 'ImageWidth', 'ImageHeight',
93 'Planes', 'BitDepth', 'Compression', 'ImageLength', 93 'Planes', 'BitDepth', 'Compression', 'ImageLength',
94 'PixelsPerMeterX', 'PixelsPerMeterY', 'NumColors', 94 'PixelsPerMeterX', 'PixelsPerMeterY',
95 'NumImportantColors', 'NumColors', 'NumImportantColors', 95 'NumImportantColors', 'NumColors',
96 'RedMask', 'GreenMask', 'BlueMask', 'AlphaMask', 96 'RedMask', 'GreenMask', 'BlueMask', 'AlphaMask',
97 'ColorSpace', 'AudioCodec', 'AudioCodecRate', 97 'ColorSpace', 'AudioCodec', 'AudioCodecRate',
98 'AudioSampleCount', 'AudioSampleCount', 98 'AudioSampleCount',
99 'AudioSampleRate', 'Encoding', 'NumChannels', 99 'AudioSampleRate', 'Encoding', 'NumChannels',
100 'SampleRate', 'AvgBytesPerSec', 'BitsPerSample', 100 'SampleRate', 'AvgBytesPerSec', 'BitsPerSample',
101 'Duration', 'ImageSize', 'Megapixels'} 101 'Duration', 'ImageSize', 'Megapixels'}