From f8a42d4f260db3eae4399fa8bd8c8c2c1d38f23a Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Tue, 3 Jan 2017 17:31:48 +0100 Subject: dxva2: Make ff_dxva2_get_surface() static and drop its name prefix Signed-off-by: Diego Biurrun --- 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 499b37c190..a2ebc2a55e 100644 --- a/libavcodec/dxva2_internal.h +++ b/libavcodec/dxva2_internal.h @@ -91,8 +91,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