summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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'}