On 10/06/16 00:55, Vittorio Giovara wrote:
> ---
> Already approved.
> libavcodec/avcodec.h | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
> index f33b7e5..01a6286 100644
> --- a/libavcodec/avcodec.h
> +++ b/libavcodec/avcodec.h
> @@ -1187,6 +1187,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,
>
> /**
>
Ok.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel