[vlc-devel] commit: video_output fix compilation ( Sébastien Escudier )

git version control git at videolan.org
Tue Oct 6 13:31:38 CEST 2009


vlc | branch: master | Sébastien Escudier <sebastien-devel at celeos.eu> | Tue Oct  6 09:05:22 2009 +0200| [9932d0f9c38f09c110e2cc5f01a3ac53d6879fb3] | committer: Rafaël Carré 

video_output fix compilation

Signed-off-by: Rafaël Carré <rafael.carre at gmail.com>

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

 src/video_output/video_output.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/video_output/video_output.c b/src/video_output/video_output.c
index db7f298..e8a0c80 100644
--- a/src/video_output/video_output.c
+++ b/src/video_output/video_output.c
@@ -1910,6 +1910,7 @@ static void DeinterlaceSave( vout_thread_t *p_vout, int i_deinterlace, const cha
 static int DeinterlaceCallback( vlc_object_t *p_this, char const *psz_cmd,
                                 vlc_value_t oldval, vlc_value_t newval, void *p_data )
 {
+    VLC_UNUSED(psz_cmd); VLC_UNUSED(oldval); VLC_UNUSED(newval); VLC_UNUSED(p_data);
     vout_thread_t *p_vout = (vout_thread_t *)p_this;
 
     /* */




More information about the vlc-devel mailing list