aboutsummaryrefslogtreecommitdiff
path: root/src/FileAnalyzer.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-07-07 01:22:34 +0200
committerdec05eba <dec05eba@protonmail.com>2021-07-07 01:24:32 +0200
commit3c1ab9864d7f89a0649027a32e6af772df9a991e (patch)
treebfe389e9da82d0a72d6ba1a07513bb22960cef18 /src/FileAnalyzer.cpp
parentfe4fa66919dc00019dd34e44aeeb6e795efb1d5f (diff)
Strip newlines from room name and topic
Diffstat (limited to 'src/FileAnalyzer.cpp')
-rw-r--r--src/FileAnalyzer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/FileAnalyzer.cpp b/src/FileAnalyzer.cpp
index a3611f5..32fbbdb 100644
--- a/src/FileAnalyzer.cpp
+++ b/src/FileAnalyzer.cpp
@@ -19,7 +19,6 @@ namespace QuickMedia {
// https://en.wikipedia.org/wiki/List_of_file_signatures
// https://mimesniff.spec.whatwg.org/
- // What about audio ogg files that are not opus?
// TODO: Test all of these
static const std::array<MagicNumber, 28> magic_numbers = {
MagicNumber{ {'R', 'I', 'F', 'F', -1, -1, -1, -1, 'A', 'V', 'I', ' '}, 12, ContentType::VIDEO_AVI },