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

Data Fields

double pts
 
double duration
 
int64_t pos
 
SDL_Overlay * bmp
 
int width
 
int height
 
int allocated
 
int reallocate
 
int serial
 
AVRational sar
 

Detailed Description

Definition at line 125 of file ffplay.c.

Field Documentation

double VideoPicture::pts

Definition at line 126 of file ffplay.c.

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

double VideoPicture::duration

Definition at line 127 of file ffplay.c.

Referenced by queue_picture(), and vp_duration().

int64_t VideoPicture::pos

Definition at line 128 of file ffplay.c.

Referenced by queue_picture(), and video_refresh().

SDL_Overlay* VideoPicture::bmp

Definition at line 129 of file ffplay.c.

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

int VideoPicture::width

Definition at line 130 of file ffplay.c.

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

int VideoPicture::height

Definition at line 130 of file ffplay.c.

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

int VideoPicture::allocated

Definition at line 131 of file ffplay.c.

Referenced by alloc_picture(), and queue_picture().

int VideoPicture::reallocate

Definition at line 132 of file ffplay.c.

Referenced by queue_picture(), and toggle_full_screen().

int VideoPicture::serial

Definition at line 133 of file ffplay.c.

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

AVRational VideoPicture::sar

Definition at line 135 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: