pub fn parse_subtitle_packet(
data: &[u8],
start_offset: usize,
_palette: &VobSubPalette,
) -> Option<(SubtitlePacket, usize)>Expand description
Parse a subtitle packet from the SUB file at the given position.
pub fn parse_subtitle_packet(
data: &[u8],
start_offset: usize,
_palette: &VobSubPalette,
) -> Option<(SubtitlePacket, usize)>Parse a subtitle packet from the SUB file at the given position.