FFmpeg
|
Data Fields | |
uint32_t | next_video_index |
uint32_t | next_audio_index |
uint32_t | total_vframes |
uint32_t | total_aframes |
int | width |
int | height |
int | is_audio_present |
int | sample_rate |
int | video_stream_index |
int | audio_stream_index |
uint32_t IFVContext::next_video_index |
Definition at line 29 of file ifv.c.
Referenced by ifv_read_header(), ifv_read_packet(), and ifv_read_seek().
uint32_t IFVContext::next_audio_index |
Definition at line 30 of file ifv.c.
Referenced by ifv_read_header(), ifv_read_packet(), and ifv_read_seek().
uint32_t IFVContext::total_vframes |
Definition at line 31 of file ifv.c.
Referenced by ifv_read_packet(), ifv_read_seek(), parse_header(), and read_index().
uint32_t IFVContext::total_aframes |
Definition at line 32 of file ifv.c.
Referenced by ifv_read_packet(), ifv_read_seek(), parse_header(), and read_index().
int IFVContext::width |
Definition at line 34 of file ifv.c.
Referenced by ifv_read_header(), and parse_header().
int IFVContext::height |
Definition at line 34 of file ifv.c.
Referenced by ifv_read_header(), and parse_header().
int IFVContext::is_audio_present |
Definition at line 35 of file ifv.c.
Referenced by ifv_read_header(), ifv_read_packet(), and parse_header().
int IFVContext::sample_rate |
Definition at line 36 of file ifv.c.
Referenced by ifv_read_header(), and parse_header().
int IFVContext::video_stream_index |
Definition at line 38 of file ifv.c.
Referenced by ifv_read_header(), ifv_read_packet(), ifv_read_seek(), and read_index().
int IFVContext::audio_stream_index |
Definition at line 39 of file ifv.c.
Referenced by ifv_read_header(), ifv_read_packet(), and read_index().