Constant rsmpeg::ffi::AVPacketSideDataType_AV_PKT_DATA_NEW_EXTRADATA[][src]

pub const AVPacketSideDataType_AV_PKT_DATA_NEW_EXTRADATA: u32 = 1; // 0x0000_0001u32
Expand description

The AV_PKT_DATA_NEW_EXTRADATA is used to notify the codec or the format that the extradata buffer was changed and the receiving side should act upon it appropriately. The new extradata is embedded in the side data buffer and should be immediately used for processing the current frame or packet.