FFmpeg
|
Data Fields | |
int | cur_stream |
int | num_streams |
int | audio_packets |
int | current_packet |
uint32_t * | packet_sizes |
int | packet_sizes_alloc |
int PMPContext::cur_stream |
Definition at line 27 of file pmpdec.c.
Referenced by pmp_packet(), and pmp_seek().
int PMPContext::num_streams |
Definition at line 28 of file pmpdec.c.
Referenced by pmp_header(), and pmp_packet().
int PMPContext::audio_packets |
Definition at line 29 of file pmpdec.c.
Referenced by pmp_packet().
int PMPContext::current_packet |
Definition at line 30 of file pmpdec.c.
Referenced by pmp_packet().
uint32_t* PMPContext::packet_sizes |
Definition at line 31 of file pmpdec.c.
Referenced by pmp_close(), and pmp_packet().
int PMPContext::packet_sizes_alloc |
Definition at line 32 of file pmpdec.c.
Referenced by pmp_packet().