FFmpeg
Data Fields
AvsFormat Struct Reference

Data Fields

VocDecContext voc
 
AVStreamst_video
 
AVStreamst_audio
 
int width
 
int height
 
int bits_per_sample
 
int fps
 
int nb_frames
 
int remaining_frame_size
 
int remaining_audio_size
 

Detailed Description

Definition at line 32 of file avs.c.

Field Documentation

VocDecContext AvsFormat::voc

Definition at line 33 of file avs.c.

AVStream* AvsFormat::st_video

Definition at line 34 of file avs.c.

Referenced by avs_read_header(), avs_read_packet(), and avs_read_video_packet().

AVStream* AvsFormat::st_audio

Definition at line 35 of file avs.c.

Referenced by avs_read_audio_packet(), avs_read_header(), and avs_read_packet().

int AvsFormat::width

Definition at line 36 of file avs.c.

Referenced by avs_read_header(), and avs_read_packet().

int AvsFormat::height

Definition at line 37 of file avs.c.

Referenced by avs_read_header(), and avs_read_packet().

int AvsFormat::bits_per_sample

Definition at line 38 of file avs.c.

Referenced by avs_read_header(), and avs_read_packet().

int AvsFormat::fps

Definition at line 39 of file avs.c.

Referenced by avs_read_header(), and avs_read_packet().

int AvsFormat::nb_frames

Definition at line 40 of file avs.c.

Referenced by avs_read_header(), and avs_read_packet().

int AvsFormat::remaining_frame_size

Definition at line 41 of file avs.c.

Referenced by avs_read_header(), and avs_read_packet().

int AvsFormat::remaining_audio_size

Definition at line 42 of file avs.c.

Referenced by avs_read_audio_packet(), avs_read_header(), and avs_read_packet().


The documentation for this struct was generated from the following file: