diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-12-21 18:23:53 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-12-21 18:23:53 +0100 |
commit | a257f50a9f752919729bcf3aa3358491ff5edcad (patch) | |
tree | 62225eea968da8688ab1ff9e94ba6355f054ade1 /include | |
parent | 1a20c29eeba5edfd51068b5bec6ec53af0629d38 (diff) |
Fix thumbnails for broken videos (unable to seek)
Diffstat (limited to 'include')
-rw-r--r-- | include/FileAnalyzer.hpp | 3 |
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 { |