diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-04-02 01:20:29 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-04-02 01:20:29 +0200 |
commit | 5373ceeaa5168888c3698536a94495a71f9a16e3 (patch) | |
tree | b41cebf7202c6f92653ea7c94e4056ebf1e2c957 /include | |
parent | c2934be8485376571066a652e94ed16ba2bc8d81 (diff) |
Matrix: make video thumbnail use correct ratio
Diffstat (limited to 'include')
-rw-r--r-- | include/FileAnalyzer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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: |