From c5b4ad247b9d691a4ebfb464633098368d7fbb4f Mon Sep 17 00:00:00 2001 From: Mark Thompson Date: Thu, 23 Aug 2018 00:44:40 +0100 Subject: vaapi_encode: Remove common priv_data and options fields The codec-specific context now contains both the common context and the codec-specific options directly. --- libavcodec/vaapi_encode_h265.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/vaapi_encode_h265.c') diff --git a/libavcodec/vaapi_encode_h265.c b/libavcodec/vaapi_encode_h265.c index 757fd74c30..8f191efc4b 100644 --- a/libavcodec/vaapi_encode_h265.c +++ b/libavcodec/vaapi_encode_h265.c @@ -1026,8 +1026,6 @@ static av_cold int vaapi_encode_h265_configure(AVCodecContext *avctx) } static const VAAPIEncodeType vaapi_encode_type_h265 = { - .priv_data_size = sizeof(VAAPIEncodeH265Context), - .configure = &vaapi_encode_h265_configure, .sequence_params_size = sizeof(VAEncSequenceParameterBufferHEVC), -- cgit v1.2.3