summaryrefslogtreecommitdiff
path: root/libavcodec/dxva2_internal.h
diff options
context:
space:
mode:
authorSteve Lhomme <robux4@gmail.com>2017-01-03 17:31:48 +0100
committerDiego Biurrun <diego@biurrun.de>2017-01-08 16:41:07 +0100
commitf8a42d4f260db3eae4399fa8bd8c8c2c1d38f23a (patch)
treebbe8af9f7dcbbb9844fcd0b39983c5d9883c89cb /libavcodec/dxva2_internal.h
parent9026ec8aaf5fa19cb4fb266c16f608af0d863b2b (diff)
downloadffmpeg-f8a42d4f260db3eae4399fa8bd8c8c2c1d38f23a.tar.gz
dxva2: Make ff_dxva2_get_surface() static and drop its name prefix
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavcodec/dxva2_internal.h')
-rw-r--r--libavcodec/dxva2_internal.h2
1 files changed, 0 insertions, 2 deletions
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);