#include <vlc_es.h>
Public Attributes | |
| vlc_fourcc_t | i_chroma |
| unsigned int | i_aspect |
| unsigned int | i_width |
| unsigned int | i_height |
| unsigned int | i_x_offset |
| unsigned int | i_y_offset |
| unsigned int | i_visible_width |
| unsigned int | i_visible_height |
| unsigned int | i_bits_per_pixel |
| unsigned int | i_sar_num |
| unsigned int | i_frame_rate |
| unsigned int | i_frame_rate_base |
| int | i_bmask |
| video_palette_t * | p_palette |
Definition at line 88 of file vlc_es.h.
|
|
aspect ratio |
|
|
number of bits per pixel |
|
|
color masks for RGB chroma |
|
|
picture chroma |
|
|
frame rate numerator |
|
|
frame rate denominator |
|
|
picture height |
|
|
sample/pixel aspect ratio |
|
|
height of visible area Definition at line 98 of file vlc_es.h. Referenced by vout_RenderPicture(). |
|
|
width of visible area Definition at line 97 of file vlc_es.h. Referenced by vout_RenderPicture(). |
|
|
picture width |
|
|
start offset of visible area |
|
|
start offset of visible area |
|
|
video palette from demuxer |
1.4.2