VideoPicture Struct Reference
Collaboration diagram for VideoPicture:
Collaboration graph

Data Fields

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

Detailed Description

Definition at line 118 of file ffplay.c.

Field Documentation

int VideoPicture::allocated

Definition at line 123 of file ffplay.c.

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

SDL_Overlay* VideoPicture::bmp

Definition at line 121 of file ffplay.c.

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

int VideoPicture::height

Definition at line 122 of file ffplay.c.

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

int64_t VideoPicture::pos

Definition at line 120 of file ffplay.c.

Referenced by queue_picture(), and video_refresh().

double VideoPicture::pts

Definition at line 119 of file ffplay.c.

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

int VideoPicture::reallocate

Definition at line 124 of file ffplay.c.

Referenced by queue_picture(), and toggle_full_screen().

AVRational VideoPicture::sar

Definition at line 127 of file ffplay.c.

Referenced by calculate_display_rect(), and queue_picture().

int VideoPicture::serial

Definition at line 125 of file ffplay.c.

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

int VideoPicture::width

Definition at line 122 of file ffplay.c.

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


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