FFmpeg
|
Go to the source code of this file.
Functions | |
const char * | ff_vo_format_name (int format) |
int | ff_mp_get_chroma_shift (int format, int *x_shift, int *y_shift, int *component_bits) |
Calculates the scale shifts for the chroma planes for planar YUV. | |
const char* ff_vo_format_name | ( | int | format | ) |
Definition at line 24 of file img_format.c.
int ff_mp_get_chroma_shift | ( | int | format, |
int * | x_shift, | ||
int * | y_shift, | ||
int * | component_bits | ||
) |
Calculates the scale shifts for the chroma planes for planar YUV.
component_bits | bits per component |
Definition at line 145 of file img_format.c.
Referenced by ff_mp_image_setfmt().