aboutsummaryrefslogtreecommitdiff
path: root/transcoder/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'transcoder/src/lib.rs')
-rw-r--r--transcoder/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/transcoder/src/lib.rs b/transcoder/src/lib.rs
index eb56229..7bf2c12 100644
--- a/transcoder/src/lib.rs
+++ b/transcoder/src/lib.rs
@@ -7,8 +7,8 @@
#![feature(exit_status_error)]
use tokio::sync::Semaphore;
-pub mod image;
pub mod fragment;
+pub mod image;
pub mod subtitles;
pub mod thumbnail;