aboutsummaryrefslogtreecommitdiff
path: root/include/FileAnalyzer.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-07-15 08:14:40 +0200
committerdec05eba <dec05eba@protonmail.com>2021-07-15 08:14:40 +0200
commit2167a32f3730e569a636d9b041122558aceb89f1 (patch)
tree4a58e73c69b0fec6ee0548e545c31903f3da9055 /include/FileAnalyzer.hpp
parent539c688d28048afa089e3777e4af487e7cf6e9fa (diff)
matrix: mpeg video upload support
Diffstat (limited to 'include/FileAnalyzer.hpp')
-rw-r--r--include/FileAnalyzer.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/FileAnalyzer.hpp b/include/FileAnalyzer.hpp
index aedd520..b06ef91 100644
--- a/include/FileAnalyzer.hpp
+++ b/include/FileAnalyzer.hpp
@@ -14,6 +14,7 @@ namespace QuickMedia {
UNKNOWN,
VIDEO_AVI,
VIDEO_MP4,
+ VIDEO_MPEG,
VIDEO_WEBM,
VIDEO_FLV,
AUDIO_BASIC,