diff options
Diffstat (limited to 'transcoder/src/lib.rs')
-rw-r--r-- | transcoder/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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); |