aboutsummaryrefslogtreecommitdiff
path: root/remuxer/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'remuxer/src/lib.rs')
-rw-r--r--remuxer/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
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 {