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

Data Fields

AVFrameframe
 
AVSubtitle sub
 
AVSubtitleRect ** subrects
 
int serial
 
double pts
 
double duration
 
int64_t pos
 
SDL_Overlay * bmp
 
int allocated
 
int reallocate
 
int width
 
int height
 
AVRational sar
 

Detailed Description

Definition at line 151 of file ffplay.c.

Field Documentation

AVFrame* Frame::frame
AVSubtitle Frame::sub
AVSubtitleRect** Frame::subrects

Definition at line 154 of file ffplay.c.

Referenced by frame_queue_unref_item(), subtitle_thread(), and video_image_display().

int Frame::serial
double Frame::pts
double Frame::duration

Definition at line 157 of file ffplay.c.

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

int64_t Frame::pos

Definition at line 158 of file ffplay.c.

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

SDL_Overlay* Frame::bmp

Definition at line 159 of file ffplay.c.

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

int Frame::allocated

Definition at line 160 of file ffplay.c.

Referenced by alloc_picture(), and queue_picture().

int Frame::reallocate

Definition at line 161 of file ffplay.c.

Referenced by queue_picture(), and toggle_full_screen().

int Frame::width

Definition at line 162 of file ffplay.c.

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

int Frame::height

Definition at line 163 of file ffplay.c.

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

AVRational Frame::sar

Definition at line 164 of file ffplay.c.

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


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