[vlc-devel] [PATCH] dxgi_fmt: fix header name

Steve Lhomme robux4 at videolabs.io
Thu Dec 1 17:54:32 CET 2016


---
 modules/video_chroma/dxgi_fmt.c | 2 +-
 modules/video_chroma/dxgi_fmt.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/video_chroma/dxgi_fmt.c b/modules/video_chroma/dxgi_fmt.c
index 24bce46..67ffbf3 100644
--- a/modules/video_chroma/dxgi_fmt.c
+++ b/modules/video_chroma/dxgi_fmt.c
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * d3d11_surface.c : D3D11 GPU surface conversion module for vlc
+ * dxgi_fmt.c : DXGI GPU surface conversion module for vlc
  *****************************************************************************
  * Copyright © 2015 VLC authors, VideoLAN and VideoLabs
  *
diff --git a/modules/video_chroma/dxgi_fmt.h b/modules/video_chroma/dxgi_fmt.h
index ebce93b..8f2e3bb 100644
--- a/modules/video_chroma/dxgi_fmt.h
+++ b/modules/video_chroma/dxgi_fmt.h
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * d3d11_surface.c : DXGI helper calls
+ * dxgi_fmt.h : DXGI helper calls
  *****************************************************************************
  * Copyright © 2015 VLC authors, VideoLAN and VideoLabs
  *
-- 
2.10.1



More information about the vlc-devel mailing list