Data Fields | |
| double | pts |
| presentation time stamp for this picture | |
| SDL_Overlay * | bmp |
| int | width |
| int | height |
| int | allocated |
Definition at line 84 of file ffplay.c.
Definition at line 88 of file ffplay.c.
Referenced by alloc_picture(), and queue_picture().
| SDL_Overlay* VideoPicture::bmp |
Definition at line 86 of file ffplay.c.
Referenced by alloc_picture(), queue_picture(), stream_close(), and video_image_display().
Definition at line 87 of file ffplay.c.
Referenced by alloc_picture(), and queue_picture().
| double VideoPicture::pts |
presentation time stamp for this picture
Definition at line 85 of file ffplay.c.
Referenced by queue_picture(), video_image_display(), and video_refresh_timer().
Definition at line 87 of file ffplay.c.
Referenced by alloc_picture(), and queue_picture().
1.7.1