diff options
Diffstat (limited to 'transcoder/src')
-rw-r--r-- | transcoder/src/subtitles.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/transcoder/src/subtitles.rs b/transcoder/src/subtitles.rs index 61f8cbc..11ed2a4 100644 --- a/transcoder/src/subtitles.rs +++ b/transcoder/src/subtitles.rs @@ -6,6 +6,8 @@ use anyhow::anyhow; use std::fmt::Write; +// TODO discontinued for now. since this should be snippetized aswell. + pub fn webvtt_from_ass_blocks( title: String, _codec_private: Vec<u8>, |