X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fvaapi_encode.h;h=8f4f653812433aee1bc810bfce5f8c9f9e8583ab;hb=99b37f53a13d6e2453c65b12fd0c0e025310021f;hp=b67168b1ef8f0b06ed52f6cf9b6218ae59f86500;hpb=ae753dbd0de448b51f0e0b980c26b94747ec44f5;p=ffmpeg diff --git a/libavcodec/vaapi_encode.h b/libavcodec/vaapi_encode.h index b67168b1ef8..8f4f6538124 100644 --- a/libavcodec/vaapi_encode.h +++ b/libavcodec/vaapi_encode.h @@ -215,6 +215,10 @@ typedef struct VAAPIEncodeType { VAAPIEncodePicture *pic, int index, int *type, char *data, size_t *data_len); + int (*write_extra_header)(AVCodecContext *avctx, + VAAPIEncodePicture *pic, + int index, int *type, + char *data, size_t *data_len); } VAAPIEncodeType;