From 2e41b2b373d5a057061a7694aa5e83001efeaf0f Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 26 Jan 2024 03:46:05 +0100 Subject: fix a bunch of stupid things regarding subtitles. still doesnt work --- remuxer/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remuxer/src/lib.rs') diff --git a/remuxer/src/lib.rs b/remuxer/src/lib.rs index ffefcae..96aeca1 100644 --- a/remuxer/src/lib.rs +++ b/remuxer/src/lib.rs @@ -82,7 +82,7 @@ pub fn ebml_track_entry( els.push(MatroskaTag::BitDepth(bit_depth.try_into().unwrap())); } SourceTrackKind::Subtitles => { - els.push(MatroskaTag::TrackType(19)); + els.push(MatroskaTag::TrackType(17)); } } if let Some(d) = &codec_private { -- cgit v1.2.3-70-g09d2