aboutsummaryrefslogtreecommitdiff
path: root/include/FileAnalyzer.hpp
diff options
context:
space:
mode:
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 9f3dbb9..4ae95ff 100644
--- a/include/FileAnalyzer.hpp
+++ b/include/FileAnalyzer.hpp
@@ -41,6 +41,7 @@ namespace QuickMedia {
const char* content_type_to_string(ContentType content_type);
bool is_image_ext(const char *ext);
bool is_video_ext(const char *ext);
+ bool is_music_ext(const char *ext);
// Set |width| or |height| to 0 to disable scaling.
// TODO: Make this async