diff options
Diffstat (limited to 'src/subtitles/extraction/whisper.rs')
| -rw-r--r-- | src/subtitles/extraction/whisper.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/subtitles/extraction/whisper.rs b/src/subtitles/extraction/whisper.rs index bd6fba7..be4346a 100644 --- a/src/subtitles/extraction/whisper.rs +++ b/src/subtitles/extraction/whisper.rs @@ -21,8 +21,7 @@ struct WhisperCue { } pub fn generate_whisper_subtitles( - // stream index to use when storing generated subtitles, this index - // already has to be in TRACKS when this function is called! + // stream index to use when storing generated subtitles stream_ix: StreamIndex, context: ffmpeg::codec::Context, time_base: ffmpeg::Rational, |