FFmpeg
|
Data Fields | |
int | frames |
int | cur_frame |
int | rate |
int | bits |
int | block_align |
int | has_video |
int | has_audio |
int | curstrm |
unsigned int | pktsize |
int | gmcsize |
unsigned int | sndsize |
unsigned int | flags |
uint8_t | gmc [4] |
int SIFFContext::frames |
Definition at line 47 of file siff.c.
Referenced by siff_parse_vbv1(), and siff_read_packet().
int SIFFContext::cur_frame |
Definition at line 48 of file siff.c.
Referenced by siff_parse_vbv1(), and siff_read_packet().
int SIFFContext::rate |
Definition at line 49 of file siff.c.
Referenced by create_audio_stream(), siff_parse_soun(), and siff_parse_vbv1().
int SIFFContext::bits |
Definition at line 50 of file siff.c.
Referenced by siff_parse_soun(), and siff_parse_vbv1().
int SIFFContext::block_align |
Definition at line 51 of file siff.c.
Referenced by siff_parse_soun(), siff_parse_vbv1(), and siff_read_packet().
int SIFFContext::has_video |
Definition at line 53 of file siff.c.
Referenced by siff_parse_vbv1(), and siff_read_packet().
int SIFFContext::has_audio |
Definition at line 54 of file siff.c.
Referenced by siff_parse_vbv1().
int SIFFContext::curstrm |
Definition at line 56 of file siff.c.
Referenced by siff_parse_vbv1(), and siff_read_packet().
unsigned int SIFFContext::pktsize |
Definition at line 57 of file siff.c.
Referenced by siff_read_packet().
int SIFFContext::gmcsize |
Definition at line 58 of file siff.c.
Referenced by siff_read_packet().
unsigned int SIFFContext::sndsize |
Definition at line 59 of file siff.c.
Referenced by siff_read_packet().
unsigned int SIFFContext::flags |
Definition at line 61 of file siff.c.
Referenced by siff_read_packet().
uint8_t SIFFContext::gmc[4] |
Definition at line 62 of file siff.c.
Referenced by siff_read_packet().