FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
Frame Struct Reference

Data Fields

AVFrameframe
 
AVSubtitle sub
 
int serial
 
double pts
 
double duration
 
int64_t pos
 
SDL_Texture * bmp
 
int allocated
 
int width
 
int height
 
int format
 
AVRational sar
 
int uploaded
 
AVFrameavf
 
Blockblocks
 

Detailed Description

Definition at line 154 of file ffplay.c.

Field Documentation

AVFrame* Frame::frame
AVSubtitle Frame::sub
int Frame::serial
double Frame::pts
double Frame::duration

Definition at line 159 of file ffplay.c.

Referenced by audio_thread(), queue_picture(), and vp_duration().

int64_t Frame::pos

Definition at line 160 of file ffplay.c.

Referenced by audio_thread(), frame_queue_last_pos(), queue_picture(), and video_refresh().

SDL_Texture* Frame::bmp

Definition at line 161 of file ffplay.c.

Referenced by alloc_picture(), free_picture(), queue_picture(), and video_image_display().

int Frame::allocated

Definition at line 162 of file ffplay.c.

Referenced by alloc_picture(), and queue_picture().

int Frame::width
int Frame::height
int Frame::format

Definition at line 165 of file ffplay.c.

Referenced by alloc_picture(), and queue_picture().

AVRational Frame::sar

Definition at line 166 of file ffplay.c.

Referenced by queue_picture(), video_image_display(), and video_open().

int Frame::uploaded

Definition at line 167 of file ffplay.c.

Referenced by queue_picture(), subtitle_thread(), video_image_display(), and video_refresh().

AVFrame* Frame::avf
Block* Frame::blocks

Definition at line 157 of file vf_minterpolate.c.

Referenced by bidirectional_obmc(), config_input(), inject_frame(), and uninit().


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