Libav
Data Fields
VideoPicture Struct Reference

Data Fields

double pts
 
double target_clock
 
int64_t pos
 
SDL_Overlay * bmp
 
int width
 
int height
 
int allocated
 
int reallocate
 
enum AVPixelFormat pix_fmt
 
AVRational sar
 

Detailed Description

Definition at line 102 of file avplay.c.

Field Documentation

§ pts

double VideoPicture::pts

Definition at line 103 of file avplay.c.

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

§ target_clock

double VideoPicture::target_clock

Definition at line 104 of file avplay.c.

Referenced by get_video_frame(), queue_picture(), and video_refresh_timer().

§ pos

int64_t VideoPicture::pos

Definition at line 105 of file avplay.c.

Referenced by queue_picture(), and video_refresh_timer().

§ bmp

SDL_Overlay* VideoPicture::bmp

Definition at line 106 of file avplay.c.

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

§ width

int VideoPicture::width

Definition at line 107 of file avplay.c.

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

§ height

int VideoPicture::height

Definition at line 107 of file avplay.c.

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

§ allocated

int VideoPicture::allocated

Definition at line 108 of file avplay.c.

Referenced by alloc_picture(), and queue_picture().

§ reallocate

int VideoPicture::reallocate

Definition at line 109 of file avplay.c.

Referenced by queue_picture(), and toggle_full_screen().

§ pix_fmt

enum AVPixelFormat VideoPicture::pix_fmt

Definition at line 110 of file avplay.c.

Referenced by alloc_picture(), and queue_picture().

§ sar

AVRational VideoPicture::sar

Definition at line 112 of file avplay.c.

Referenced by queue_picture(), and video_image_display().


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