From 5373ceeaa5168888c3698536a94495a71f9a16e3 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 2 Apr 2021 01:20:29 +0200 Subject: Matrix: make video thumbnail use correct ratio --- include/FileAnalyzer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/FileAnalyzer.hpp b/include/FileAnalyzer.hpp index 92bd042..be0cc25 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, int width, int height); + bool video_get_first_frame(const char *filepath, const char *destination_path); class FileAnalyzer { public: -- cgit v1.2.3