avs_format Struct Reference
Collaboration diagram for avs_format:
Collaboration graph

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 26 of file libavformat/avs.c.

Field Documentation

int avs_format::bits_per_sample

Definition at line 32 of file libavformat/avs.c.

Referenced by avs_read_header(), and avs_read_packet().

int avs_format::fps

Definition at line 33 of file libavformat/avs.c.

Referenced by avs_read_header(), and avs_read_packet().

int avs_format::height

Definition at line 31 of file libavformat/avs.c.

Referenced by avs_read_header(), and avs_read_packet().

int avs_format::nb_frames

Definition at line 34 of file libavformat/avs.c.

Referenced by avs_read_header(), and avs_read_packet().

int avs_format::remaining_audio_size

Definition at line 36 of file libavformat/avs.c.

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

int avs_format::remaining_frame_size

Definition at line 35 of file libavformat/avs.c.

Referenced by avs_read_header(), and avs_read_packet().

AVStream* avs_format::st_audio

Definition at line 29 of file libavformat/avs.c.

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

AVStream* avs_format::st_video

Definition at line 28 of file libavformat/avs.c.

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

VocDecContext avs_format::voc

Definition at line 27 of file libavformat/avs.c.

int avs_format::width

Definition at line 30 of file libavformat/avs.c.

Referenced by avs_read_header(), and avs_read_packet().


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