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

number of channels (including alpha)

Definition at line 66 of file imgconvert.c.

Referenced by avg_bits_per_pixel().

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().

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().

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().

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().


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

Generated on Mon May 2 19:50:37 2011 for FFmpeg by  doxygen 1.5.6