AVPictureType

@} @} @defgroup lavu_picture Image related

AVPicture types, pixel formats and basic image planes manipulation.

@{

Values

ValueMeaning
AV_PICTURE_TYPE_NONE0

< Undefined

AV_PICTURE_TYPE_I1

< Intra

AV_PICTURE_TYPE_P2

< Predicted

AV_PICTURE_TYPE_B3

< Bi-dir predicted

AV_PICTURE_TYPE_S4

< S(GMC)-VOP MPEG-4

AV_PICTURE_TYPE_SI5

< Switching Intra

AV_PICTURE_TYPE_SP6

< Switching Predicted

AV_PICTURE_TYPE_BI7

< BI type

Meta