FFmpeg
|
Data Fields | |
double | pts |
int64_t | pos |
SDL_Overlay * | bmp |
int | width |
int | height |
int | allocated |
int | reallocate |
int | serial |
AVRational | sar |
double VideoPicture::pts |
Definition at line 123 of file ffplay.c.
Referenced by queue_picture(), video_image_display(), and video_refresh().
int64_t VideoPicture::pos |
Definition at line 124 of file ffplay.c.
Referenced by queue_picture(), and video_refresh().
SDL_Overlay* VideoPicture::bmp |
Definition at line 125 of file ffplay.c.
Referenced by alloc_picture(), queue_picture(), stream_close(), and video_image_display().
int VideoPicture::width |
Definition at line 126 of file ffplay.c.
Referenced by alloc_picture(), calculate_display_rect(), queue_picture(), and video_open().
int VideoPicture::height |
Definition at line 126 of file ffplay.c.
Referenced by alloc_picture(), calculate_display_rect(), queue_picture(), and video_open().
int VideoPicture::allocated |
Definition at line 127 of file ffplay.c.
Referenced by alloc_picture(), pictq_prev_picture(), and queue_picture().
int VideoPicture::reallocate |
Definition at line 128 of file ffplay.c.
Referenced by queue_picture(), and toggle_full_screen().
int VideoPicture::serial |
Definition at line 129 of file ffplay.c.
Referenced by pictq_prev_picture(), queue_picture(), and video_refresh().
AVRational VideoPicture::sar |
Definition at line 131 of file ffplay.c.
Referenced by calculate_display_rect(), and queue_picture().