[vlc-devel] [PATCH] d3d11va: make d3d11va_fourcc() static
Steve Lhomme
robux4 at videolabs.io
Mon Jan 30 10:36:45 CET 2017
---
modules/codec/avcodec/d3d11va.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/codec/avcodec/d3d11va.c b/modules/codec/avcodec/d3d11va.c
index 9edbffb..6d47f8a 100644
--- a/modules/codec/avcodec/d3d11va.c
+++ b/modules/codec/avcodec/d3d11va.c
@@ -392,7 +392,7 @@ static void Close(vlc_va_t *va, AVCodecContext *ctx)
free(sys);
}
-vlc_fourcc_t d3d11va_fourcc(enum PixelFormat swfmt)
+static vlc_fourcc_t d3d11va_fourcc(enum PixelFormat swfmt)
{
switch (swfmt)
{
--
2.10.2
More information about the vlc-devel
mailing list