PixFmtInfo Struct Reference


Data Fields

uint8_t nb_channels
 number of channels (including alpha)
uint8_t color_type
 color type (see FF_COLOR_xxx constants)
uint8_t pixel_type
 pixel storage type (see FF_PIXEL_xxx constants)
uint8_t is_alpha: 1
 true if alpha can be specified
uint8_t depth
 bit depth of the color components

Detailed Description

Definition at line 65 of file imgconvert.c.


Field Documentation

color type (see FF_COLOR_xxx constants)

Definition at line 67 of file imgconvert.c.

Referenced by avcodec_get_pix_fmt_loss(), and is_yuv_planar().

bit depth of the color components

Definition at line 70 of file imgconvert.c.

Referenced by avcodec_get_pix_fmt_loss(), and avg_bits_per_pixel().

true if alpha can be specified

Definition at line 69 of file imgconvert.c.

Referenced by avcodec_get_pix_fmt_loss(), and img_get_alpha_info().

number of channels (including alpha)

Definition at line 66 of file imgconvert.c.

Referenced by avg_bits_per_pixel().

pixel storage type (see FF_PIXEL_xxx constants)

Definition at line 68 of file imgconvert.c.

Referenced by avcodec_get_pix_fmt_loss(), avg_bits_per_pixel(), and is_yuv_planar().


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

Generated on Fri Oct 26 02:38:24 2012 for FFmpeg by  doxygen 1.5.8