Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'decoder/LAVVideo/decoders/dxva2dec.h')
-rw-r--r--decoder/LAVVideo/decoders/dxva2dec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/decoder/LAVVideo/decoders/dxva2dec.h b/decoder/LAVVideo/decoders/dxva2dec.h
index 6273bb56..6071718f 100644
--- a/decoder/LAVVideo/decoders/dxva2dec.h
+++ b/decoder/LAVVideo/decoders/dxva2dec.h
@@ -31,7 +31,6 @@ typedef struct {
bool used;
LPDIRECT3DSURFACE9 d3d;
uint64_t age;
- IMediaSample *sample;
} d3d_surface_t;
class CDXVA2SurfaceAllocator;