[vlc-devel] commit: video_output: Flag unused parameter. (Pierre d'Herbemont )
git version control
git at videolan.org
Thu Aug 20 16:43:33 CEST 2009
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Thu Aug 20 15:54:41 2009 +0200| [9243562c2d0ae0be98ac0b6a507381049db08601] | committer: Pierre d'Herbemont
video_output: Flag unused parameter.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9243562c2d0ae0be98ac0b6a507381049db08601
---
src/video_output/vout_pictures.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/video_output/vout_pictures.c b/src/video_output/vout_pictures.c
index e639353..6d5da79 100644
--- a/src/video_output/vout_pictures.c
+++ b/src/video_output/vout_pictures.c
@@ -554,6 +554,7 @@ int __vout_AllocatePicture( vlc_object_t *p_this, picture_t *p_pic,
vlc_fourcc_t i_chroma,
int i_width, int i_height, int i_aspect )
{
+ VLC_UNUSED(p_this);
int i_bytes, i_index, i_width_aligned, i_height_aligned;
/* Make sure the real dimensions are a multiple of 16 */
More information about the vlc-devel
mailing list