From 3c1ab9864d7f89a0649027a32e6af772df9a991e Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 7 Jul 2021 01:22:34 +0200 Subject: Strip newlines from room name and topic --- src/FileAnalyzer.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/FileAnalyzer.cpp') 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 magic_numbers = { MagicNumber{ {'R', 'I', 'F', 'F', -1, -1, -1, -1, 'A', 'V', 'I', ' '}, 12, ContentType::VIDEO_AVI }, -- cgit v1.2.3