aboutsummaryrefslogtreecommitdiff
path: root/include/FileAnalyzer.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-04-01 17:59:36 +0200
committerdec05eba <dec05eba@protonmail.com>2021-04-01 17:59:36 +0200
commit276395f468c8ee05951401a1d352e0dec3c3a3a8 (patch)
tree3eab155a956c61268a4077322de9de9d7ca17ce0 /include/FileAnalyzer.hpp
parent521589c6026246113117a0f8ad568e0061aba46a (diff)
Matrix: add room directory for joining rooms, resize video thumbnail
Diffstat (limited to 'include/FileAnalyzer.hpp')
-rw-r--r--include/FileAnalyzer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/FileAnalyzer.hpp b/include/FileAnalyzer.hpp
index be0cc25..92bd042 100644
--- a/include/FileAnalyzer.hpp
+++ b/include/FileAnalyzer.hpp
@@ -34,7 +34,7 @@ namespace QuickMedia {
bool is_content_type_image(ContentType content_type);
const char* content_type_to_string(ContentType content_type);
- bool video_get_first_frame(const char *filepath, const char *destination_path);
+ bool video_get_first_frame(const char *filepath, const char *destination_path, int width, int height);
class FileAnalyzer {
public: