[][src]Module av_ivf::demuxer

Implement the demuxer trait from av-format and expose all the correct abstraction to handle them. Refer to the Demuxer trait for more info.

Internally the parsing is implement with the nom parser

Structs

IvfDemuxer
IvfFrame
IvfHeader

Constants

IVF_DESC

used by av context

Functions

parse_binary_data

take data ownership

parse_codec

use ErrorKind::Tag that could be a bit confusing

parse_u16

u16 nom help function that maps to av-bitstream

parse_u32

u32 nom help function that maps to av-bitstream

parse_u64

u64 nom help function that maps to av-bitstream