FFmpeg
|
Data Fields | |
VocDecContext | voc |
AVStream * | st_video |
AVStream * | st_audio |
int | width |
int | height |
int | bits_per_sample |
int | fps |
int | nb_frames |
int | remaining_frame_size |
int | remaining_audio_size |
VocDecContext AvsFormat::voc |
AVStream* AvsFormat::st_video |
Definition at line 28 of file avs.c.
Referenced by avs_read_header(), avs_read_packet(), and avs_read_video_packet().
AVStream* AvsFormat::st_audio |
Definition at line 29 of file avs.c.
Referenced by avs_read_audio_packet(), avs_read_header(), and avs_read_packet().
int AvsFormat::width |
Definition at line 30 of file avs.c.
Referenced by avs_read_header(), and avs_read_packet().
int AvsFormat::height |
Definition at line 31 of file avs.c.
Referenced by avs_read_header(), and avs_read_packet().
int AvsFormat::bits_per_sample |
Definition at line 32 of file avs.c.
Referenced by avs_read_header(), and avs_read_packet().
int AvsFormat::fps |
Definition at line 33 of file avs.c.
Referenced by avs_read_header(), and avs_read_packet().
int AvsFormat::nb_frames |
Definition at line 34 of file avs.c.
Referenced by avs_read_header(), and avs_read_packet().
int AvsFormat::remaining_frame_size |
Definition at line 35 of file avs.c.
Referenced by avs_read_header(), and avs_read_packet().
int AvsFormat::remaining_audio_size |
Definition at line 36 of file avs.c.
Referenced by avs_read_audio_packet(), avs_read_header(), and avs_read_packet().