diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-03-05 15:04:47 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-03-05 15:04:47 +0100 |
| commit | 3fd3df27b1611867d8a2a224a7849bd4505406fa (patch) | |
| tree | 26669ddc088c8c2d1b9ea1fcdab12c708fb3a248 /stream/src/hls.rs | |
| parent | bc5f0f8ee3532f078674758212b222e009846e3a (diff) | |
| download | jellything-3fd3df27b1611867d8a2a224a7849bd4505406fa.tar jellything-3fd3df27b1611867d8a2a224a7849bd4505406fa.tar.bz2 jellything-3fd3df27b1611867d8a2a224a7849bd4505406fa.tar.zst | |
rename mpeg4 mp4
Diffstat (limited to 'stream/src/hls.rs')
| -rw-r--r-- | stream/src/hls.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/src/hls.rs b/stream/src/hls.rs index 571d2b3..70a0d3c 100644 --- a/stream/src/hls.rs +++ b/stream/src/hls.rs @@ -70,7 +70,7 @@ pub fn hls_variant_stream( StreamSpec::Fragment { track, index, - container: StreamContainer::MPEG4, + container: StreamContainer::MP4, format, } .to_query() |