diff options
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 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: |