From fd0716b364f83257caab723e2bb7c65483cb2073 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Wed, 4 Jan 2017 14:36:41 +0100 Subject: dxva2: make ff_dxva2_get_surface() static and rename it Signed-off-by: Michael Niedermayer --- libavcodec/dxva2_internal.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/dxva2_internal.h') diff --git a/libavcodec/dxva2_internal.h b/libavcodec/dxva2_internal.h index 24adb99272..c962810238 100644 --- a/libavcodec/dxva2_internal.h +++ b/libavcodec/dxva2_internal.h @@ -96,8 +96,6 @@ typedef union { #define DXVA_CONTEXT_CFG_RESIDACCEL(avctx, ctx) (ctx->d3d11va.cfg->ConfigResidDiffAccelerator) #endif -void *ff_dxva2_get_surface(const AVFrame *frame); - unsigned ff_dxva2_get_surface_index(const AVCodecContext *avctx, const AVDXVAContext *, const AVFrame *frame); -- cgit v1.2.3