From: alingherghescu Date: Wed, 29 Mar 2023 03:45:51 +0000 (-0700) Subject: remove deprecate struct vaapi_context and the vaapi.h X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=247d3d032ce3f609254b3782aa95143eb5dd99f5;p=thirdparty%2Ftvheadend.git remove deprecate struct vaapi_context and the vaapi.h - remove deprecate struct vaapi_context and the vaapi.h --- diff --git a/src/transcoding/transcode/hwaccels/vaapi.c b/src/transcoding/transcode/hwaccels/vaapi.c index a5ae38106..28ada3b26 100644 --- a/src/transcoding/transcode/hwaccels/vaapi.c +++ b/src/transcoding/transcode/hwaccels/vaapi.c @@ -21,7 +21,6 @@ #include "../internals.h" #include "vaapi.h" -#include #include #include #include @@ -37,7 +36,9 @@ typedef struct tvh_vaapi_device { typedef struct tvh_vaapi_context_t { - struct vaapi_context; + void *display; + uint32_t config_id; + uint32_t context_id; const char *logpref; VAEntrypoint entrypoint; enum AVPixelFormat io_format;