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

Data Fields

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

Detailed Description

Definition at line 119 of file ffplay.c.

Field Documentation

double VideoPicture::pts

Definition at line 120 of file ffplay.c.

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

int64_t VideoPicture::pos

Definition at line 121 of file ffplay.c.

Referenced by queue_picture(), and video_refresh().

SDL_Overlay* VideoPicture::bmp

Definition at line 122 of file ffplay.c.

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

int VideoPicture::width

Definition at line 123 of file ffplay.c.

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

int VideoPicture::height

Definition at line 123 of file ffplay.c.

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

AVRational VideoPicture::sample_aspect_ratio

Definition at line 124 of file ffplay.c.

Referenced by calculate_display_rect(), and queue_picture().

int VideoPicture::allocated

Definition at line 125 of file ffplay.c.

Referenced by alloc_picture(), pictq_prev_picture(), and queue_picture().

int VideoPicture::reallocate

Definition at line 126 of file ffplay.c.

Referenced by queue_picture(), and toggle_full_screen().

int VideoPicture::serial

Definition at line 127 of file ffplay.c.

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


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