Commit 46bd0e8e authored by Clément Bœsch's avatar Clément Bœsch

Merge commit '75872d77'

* commit '75872d77':
  lavc: Document AV_PKT_DATA_NEW_EXTRADATA
Merged-by: 's avatarClément Bœsch <u@pkh.me>
parents 84ecbbfb 75872d77
......@@ -1348,6 +1348,14 @@ typedef struct AVCPBProperties {
*/
enum AVPacketSideDataType {
AV_PKT_DATA_PALETTE,
/**
* 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.
*/
AV_PKT_DATA_NEW_EXTRADATA,
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment