[vlc-commits] d3d11va: make d3d11va_fourcc() static

Steve Lhomme git at videolan.org
Tue Jan 31 17:01:33 CET 2017


vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Mon Jan 30 10:36:45 2017 +0100| [d9191f752c3eed2e82a2272f4aa1cf49e3bc9978] | committer: Jean-Baptiste Kempf

d3d11va: make d3d11va_fourcc() static

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d9191f752c3eed2e82a2272f4aa1cf49e3bc9978
---

 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)
     {



More information about the vlc-commits mailing list