diff options
Diffstat (limited to 'transcoder/src')
-rw-r--r-- | transcoder/src/fragment.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/transcoder/src/fragment.rs b/transcoder/src/fragment.rs index fc5fb21..4cd8b6f 100644 --- a/transcoder/src/fragment.rs +++ b/transcoder/src/fragment.rs @@ -14,6 +14,7 @@ use tokio::{ io::copy, process::{ChildStdin, Command}, }; +use winter_matroska::TrackEntry as MatroskaTrackEntry; // TODO odd video resolutions can cause errors when transcoding to YUV42{0,2} // TODO with an implementation that cant handle it (SVT-AV1 is such an impl). |