[vlc-commits] vout: win32: name the parameters for more clarity

Steve Lhomme git at videolan.org
Fri Jan 27 10:56:43 CET 2017


vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Thu Jan 26 15:16:13 2017 +0100| [b2fcc5b0e486a17a135eca47d4ffdd6757ccb6a9] | committer: Jean-Baptiste Kempf

vout: win32: name the parameters for more clarity

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

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

 modules/video_output/win32/common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/video_output/win32/common.h b/modules/video_output/win32/common.h
index e88184d..5d73bca 100644
--- a/modules/video_output/win32/common.h
+++ b/modules/video_output/win32/common.h
@@ -275,7 +275,7 @@ void CommonClean(vout_display_t *);
 void CommonManage(vout_display_t *);
 int  CommonControl(vout_display_t *, int , va_list );
 void CommonDisplay(vout_display_t *);
-int  CommonUpdatePicture(picture_t *, picture_t **, uint8_t *, unsigned);
+int  CommonUpdatePicture(picture_t *, picture_t **fallback, uint8_t *plane, unsigned pitch);
 
 void UpdateRects (vout_display_t *,
                   const vout_display_cfg_t *,



More information about the vlc-commits mailing list