Skip to main content

parse_subtitle_packet

Function parse_subtitle_packet 

Source
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.