aboutsummaryrefslogtreecommitdiff
path: root/include/FileAnalyzer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/FileAnalyzer.hpp')
-rw-r--r--include/FileAnalyzer.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/FileAnalyzer.hpp b/include/FileAnalyzer.hpp
index 52cc328..47b02d7 100644
--- a/include/FileAnalyzer.hpp
+++ b/include/FileAnalyzer.hpp
@@ -46,9 +46,6 @@ namespace QuickMedia {
// Set |width| or |height| to 0 to disable scaling.
// TODO: Make this async
- bool video_get_start_frame(const FileAnalyzer &file, const char *destination_path, int width = 0, int height = 0);
- // Set |width| or |height| to 0 to disable scaling.
- // TODO: Make this async
bool video_get_middle_frame(const FileAnalyzer &file, const char *destination_path, int width = 0, int height = 0);
class FileAnalyzer {