FFmpeg
|
Data Fields | |
int | version |
unsigned | first_frame |
unsigned | first_framesz |
unsigned | last_frame |
int | compoff |
unsigned | framecnt |
AVRational | fps |
unsigned | frame |
int64_t | next_frame |
unsigned | next_framesz |
int | video_stream_index |
int | audio_stream_index |
int | compcount |
unsigned char | components [16] |
AVStream * | vst |
int | has_audio |
unsigned | audiosize |
int ThpDemuxContext::version |
Definition at line 28 of file thp.c.
Referenced by thp_read_header().
unsigned ThpDemuxContext::first_frame |
Definition at line 29 of file thp.c.
Referenced by thp_read_header().
unsigned ThpDemuxContext::first_framesz |
Definition at line 30 of file thp.c.
Referenced by thp_read_header().
unsigned ThpDemuxContext::last_frame |
Definition at line 31 of file thp.c.
Referenced by thp_read_header().
int ThpDemuxContext::compoff |
Definition at line 32 of file thp.c.
Referenced by thp_read_header().
unsigned ThpDemuxContext::framecnt |
Definition at line 33 of file thp.c.
Referenced by thp_read_header(), and thp_read_packet().
AVRational ThpDemuxContext::fps |
Definition at line 34 of file thp.c.
Referenced by thp_read_header().
unsigned ThpDemuxContext::frame |
Definition at line 35 of file thp.c.
Referenced by thp_read_packet().
int64_t ThpDemuxContext::next_frame |
Definition at line 36 of file thp.c.
Referenced by thp_read_header(), and thp_read_packet().
unsigned ThpDemuxContext::next_framesz |
Definition at line 37 of file thp.c.
Referenced by thp_read_header(), and thp_read_packet().
int ThpDemuxContext::video_stream_index |
Definition at line 38 of file thp.c.
Referenced by thp_read_header(), and thp_read_packet().
int ThpDemuxContext::audio_stream_index |
Definition at line 39 of file thp.c.
Referenced by thp_read_header(), and thp_read_packet().
int ThpDemuxContext::compcount |
Definition at line 40 of file thp.c.
Referenced by thp_read_header().
unsigned char ThpDemuxContext::components[16] |
Definition at line 41 of file thp.c.
Referenced by thp_read_header().
AVStream* ThpDemuxContext::vst |
Definition at line 42 of file thp.c.
Referenced by thp_read_header().
int ThpDemuxContext::has_audio |
Definition at line 43 of file thp.c.
Referenced by thp_read_header(), and thp_read_packet().
unsigned ThpDemuxContext::audiosize |
Definition at line 44 of file thp.c.
Referenced by thp_read_packet().