From 89383cff1ba5d8a928262fcb4c40382a981c78c8 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 11 Jun 2021 04:51:03 +0200 Subject: Remove dependency on youtube-dl for streaming youtube, resulting in faster video startup --- include/Program.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Program.hpp') diff --git a/include/Program.hpp b/include/Program.hpp index 82c912a..f164180 100644 --- a/include/Program.hpp +++ b/include/Program.hpp @@ -41,5 +41,6 @@ int exec_program_async(const char **args, pid_t *result_process_id); void program_clear_current_thread(); void program_kill_in_thread(const std::thread::id &thread_id); +bool program_is_dead_in_current_thread(); #endif /* QUICKMEDIA_PROGRAM_HPP */ -- cgit v1.2.3