From a257f50a9f752919729bcf3aa3358491ff5edcad Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 21 Dec 2023 18:23:53 +0100 Subject: Fix thumbnails for broken videos (unable to seek) --- include/FileAnalyzer.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/FileAnalyzer.hpp b/include/FileAnalyzer.hpp index 52cc328..47b02d7 100644 --- a/include/FileAnalyzer.hpp +++ b/include/FileAnalyzer.hpp @@ -44,9 +44,6 @@ namespace QuickMedia { bool is_video_ext(const char *ext); bool is_music_ext(const char *ext); - // 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); -- cgit v1.2.3