[vlc-commits] D3D11: remove trailing spaces
Jean-Baptiste Kempf
git at videolan.org
Thu May 12 16:12:12 CEST 2016
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu May 12 16:06:22 2016 +0200| [aaf56692c60c20b494227fb54806a08860e184ab] | committer: Jean-Baptiste Kempf
D3D11: remove trailing spaces
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=aaf56692c60c20b494227fb54806a08860e184ab
---
modules/video_output/win32/direct3d11.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/modules/video_output/win32/direct3d11.c b/modules/video_output/win32/direct3d11.c
index 0399052..f01ed96 100644
--- a/modules/video_output/win32/direct3d11.c
+++ b/modules/video_output/win32/direct3d11.c
@@ -89,7 +89,7 @@ vlc_module_begin ()
set_callbacks(Open, Close)
vlc_module_end ()
-#ifdef HAVE_ID3D11VIDEODECODER
+#ifdef HAVE_ID3D11VIDEODECODER
/* VLC_CODEC_D3D11_OPAQUE */
struct picture_sys_t
{
@@ -433,7 +433,7 @@ static picture_pool_t *Pool(vout_display_t *vd, unsigned pool_size)
if ( vd->sys->pool != NULL )
return vd->sys->pool;
-#ifdef HAVE_ID3D11VIDEODECODER
+#ifdef HAVE_ID3D11VIDEODECODER
picture_t** pictures = NULL;
unsigned picture_count = 0;
HRESULT hr;
@@ -519,7 +519,7 @@ error:
return vd->sys->pool;
}
-#ifdef HAVE_ID3D11VIDEODECODER
+#ifdef HAVE_ID3D11VIDEODECODER
static void DestroyDisplayPoolPicture(picture_t *picture)
{
picture_sys_t *p_sys = (picture_sys_t*) picture->p_sys;
@@ -720,7 +720,7 @@ static void Prepare(vout_display_t *vd, picture_t *picture, subpicture_t *subpic
0, &box);
}
-#ifdef HAVE_ID3D11VIDEODECODER
+#ifdef HAVE_ID3D11VIDEODECODER
if (picture->format.i_chroma == VLC_CODEC_D3D11_OPAQUE) {
#if VLC_WINSTORE_APP
if( sys->context_lock > 0 )
More information about the vlc-commits
mailing list