mux: rustfmt (Rust 1.86) on touched codec/meta files

This commit is contained in:
MattJackson
2026-06-06 21:32:04 -07:00
parent cd8ce708ac
commit fd543c058b
3 changed files with 19 additions and 6 deletions
+3 -1
View File
@@ -3,7 +3,9 @@
//! Format: [8B magic] [4B json_len] [JSON] [padding to 192B boundary] [BD-TS data...]
//! Other tools skip the header during TS sync recovery (scan for 0x47).
use crate::disc::{AudioStream, ColorSpace, DiscTitle, HdrFormat, Stream, SubtitleStream, VideoStream};
use crate::disc::{
AudioStream, ColorSpace, DiscTitle, HdrFormat, Stream, SubtitleStream, VideoStream,
};
use serde::{Deserialize, Serialize};
use std::io::{self, Read, Write};