vo_opengl: hwdec_d3d11eglrgb: remove unused fields

Leftovers.
This commit is contained in:
wm4 2016-06-09 10:51:04 +02:00
parent b51957fab5
commit 6fd7f5a111
1 changed files with 0 additions and 3 deletions

View File

@ -48,9 +48,6 @@ struct priv {
EGLSurface egl_surface;
ID3D11Texture2D *texture;
ID3D11VideoProcessor *video_proc;
ID3D11VideoProcessorEnumerator *vp_enum;
ID3D11VideoProcessorOutputView *out_view;
GLuint gl_texture;
};