aboutsummaryrefslogtreecommitdiff
path: root/include/FileAnalyzer.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-07-06 23:24:28 +0200
committerdec05eba <dec05eba@protonmail.com>2021-07-06 23:30:37 +0200
commit967f2549af522dc7bbca7208035119677ac9e6d0 (patch)
tree1a80693f7e6a3b4a40fd9141592440bb2a17e20f /include/FileAnalyzer.hpp
parent5f1814a92ef45a7bfc33d48c75ac1db7f566cda0 (diff)
matrix: detect ogg vorbis files as audio files for upload
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 51a7aa8..aedd520 100644
--- a/include/FileAnalyzer.hpp
+++ b/include/FileAnalyzer.hpp
@@ -22,6 +22,7 @@ namespace QuickMedia {
AUDIO_MIDI,
AUDIO_WAVE,
AUDIO_FLAC,
+ AUDIO_VORBIS,
AUDIO_OPUS,
IMAGE_JPEG,
IMAGE_PNG,