]> git.sesse.net Git - vlc/commitdiff
video_output: Flag unused parameter.
authorPierre d'Herbemont <pdherbemont@free.fr>
Thu, 20 Aug 2009 13:54:41 +0000 (15:54 +0200)
committerPierre d'Herbemont <pdherbemont@free.fr>
Thu, 20 Aug 2009 14:43:24 +0000 (16:43 +0200)
src/video_output/vout_pictures.c

index e63935328df70a395560e094d943acf07911b3a5..6d5da79eb8c12e218323916b57ce482f75de9068 100644 (file)
@@ -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 */