diff options
Diffstat (limited to 'video/dxva2.h')
-rw-r--r-- | video/dxva2.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/video/dxva2.h b/video/dxva2.h index 66bcddcdb8..b52767da44 100644 --- a/video/dxva2.h +++ b/video/dxva2.h @@ -25,10 +25,8 @@ struct mp_image; struct mp_image_pool; LPDIRECT3DSURFACE9 d3d9_surface_in_mp_image(struct mp_image *mpi); -void dxva2_img_ref_decoder(struct mp_image *mpi, IDirectXVideoDecoder *decoder); -void dxva2_pool_set_allocator(struct mp_image_pool *pool, - IDirectXVideoDecoderService *decoder_service, - D3DFORMAT target_format, int surface_alignment); +struct mp_image *dxva2_new_ref(IDirectXVideoDecoder *decoder, + LPDIRECT3DSURFACE9 d3d9_surface, int w, int h); #endif |