From 98b379afb31e455b529d443dcfc5797b8dd6723e Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 16 Jan 2024 21:53:40 +0100 Subject: thumbnail generation --- transcoder/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'transcoder/src/lib.rs') diff --git a/transcoder/src/lib.rs b/transcoder/src/lib.rs index d540e57..63d2cb8 100644 --- a/transcoder/src/lib.rs +++ b/transcoder/src/lib.rs @@ -10,6 +10,7 @@ use tokio::sync::Semaphore; pub mod image; pub mod snippet; pub mod subtitles; +pub mod thumbnail; static LOCAL_IMAGE_TRANSCODING_TASKS: Semaphore = Semaphore::const_new(8); static LOCAL_VIDEO_TRANSCODING_TASKS: Semaphore = Semaphore::const_new(2); -- cgit v1.2.3-70-g09d2