summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapicodedbufferproxy_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/vaapi/gstvaapicodedbufferproxy_priv.h')
-rw-r--r--gst-libs/gst/vaapi/gstvaapicodedbufferproxy_priv.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/gst-libs/gst/vaapi/gstvaapicodedbufferproxy_priv.h b/gst-libs/gst/vaapi/gstvaapicodedbufferproxy_priv.h
index bc91a9cc..6feb8f9c 100644
--- a/gst-libs/gst/vaapi/gstvaapicodedbufferproxy_priv.h
+++ b/gst-libs/gst/vaapi/gstvaapicodedbufferproxy_priv.h
@@ -26,10 +26,6 @@
#include "gstvaapicodedbuffer_priv.h"
#include "gstvaapiminiobject.h"
-#if USE_H264_FEI_ENCODER
-#include <gst/vaapi/gstvaapifei_objects.h>
-#endif
-
G_BEGIN_DECLS
#define GST_VAAPI_CODED_BUFFER_PROXY(proxy) \
@@ -46,12 +42,6 @@ struct _GstVaapiCodedBufferProxy
gpointer destroy_data;
GDestroyNotify user_data_destroy;
gpointer user_data;
-
-#if USE_H264_FEI_ENCODER
- GstVaapiEncFeiMbCode *mbcode;
- GstVaapiEncFeiMv *mv;
- GstVaapiEncFeiDistortion *dist;
-#endif
};
/**