aboutsummaryrefslogtreecommitdiff
path: root/transcoder
diff options
context:
space:
mode:
Diffstat (limited to 'transcoder')
-rw-r--r--transcoder/src/subtitles.rs2
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>,