Data Fields | |
double | pts |
presentation time stamp for this picture | |
double | target_clock |
av_gettime() time at which this should be displayed ideally | |
int64_t | pos |
byte position in file | |
SDL_Overlay * | bmp |
int | width |
int | height |
int | allocated |
int | reallocate |
enum PixelFormat | pix_fmt |
int VideoPicture::allocated |
Definition at line 105 of file avplay.c.
Referenced by alloc_picture(), and queue_picture().
SDL_Overlay* VideoPicture::bmp |
Definition at line 103 of file avplay.c.
Referenced by alloc_picture(), queue_picture(), stream_close(), and video_image_display().
int VideoPicture::height |
Definition at line 104 of file avplay.c.
Referenced by alloc_picture(), queue_picture(), and video_image_display().
enum PixelFormat VideoPicture::pix_fmt |
Definition at line 107 of file avplay.c.
Referenced by alloc_picture(), and queue_picture().
int64_t VideoPicture::pos |
byte position in file
Definition at line 102 of file avplay.c.
Referenced by queue_picture(), and video_refresh_timer().
double VideoPicture::pts |
presentation time stamp for this picture
Definition at line 100 of file avplay.c.
Referenced by queue_picture(), video_image_display(), and video_refresh_timer().
int VideoPicture::reallocate |
Definition at line 106 of file avplay.c.
Referenced by queue_picture(), and toggle_full_screen().
double VideoPicture::target_clock |
av_gettime() time at which this should be displayed ideally
Definition at line 101 of file avplay.c.
Referenced by get_video_frame(), queue_picture(), and video_refresh_timer().
int VideoPicture::width |
Definition at line 104 of file avplay.c.
Referenced by alloc_picture(), queue_picture(), and video_image_display().