vlc | branch: master | Steve Lhomme <[email protected]> | Thu Dec 1 17:54:32 2016 +0100| [8ae6c8bb8b14e36845d4e04bc6ac483449d72940] | committer: Jean-Baptiste Kempf
dxgi_fmt: fix header name Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8ae6c8bb8b14e36845d4e04bc6ac483449d72940 --- 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 * _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
