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 673946b..ef663fb 100644 --- a/transcoder/src/lib.rs +++ b/transcoder/src/lib.rs @@ -9,5 +9,6 @@ use tokio::sync::Semaphore; pub mod image; pub mod snippet; +pub mod subtitles; static LOCAL_TRANSCODING_TASKS: Semaphore = Semaphore::const_new(2); |