mirror of https://github.com/mpv-player/mpv
vo_opengl: hwdec_d3d11eglrgb: remove unused fields
Leftovers.
This commit is contained in:
parent
b51957fab5
commit
6fd7f5a111
|
@ -48,9 +48,6 @@ struct priv {
|
|||
EGLSurface egl_surface;
|
||||
|
||||
ID3D11Texture2D *texture;
|
||||
ID3D11VideoProcessor *video_proc;
|
||||
ID3D11VideoProcessorEnumerator *vp_enum;
|
||||
ID3D11VideoProcessorOutputView *out_view;
|
||||
|
||||
GLuint gl_texture;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue