[vlc-devel] commit: i420: Flag a parameter as unused. (Pierre d'Herbemont )

git version control git at videolan.org
Thu Aug 20 12:05:26 CEST 2009


vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Thu Aug 20 11:48:17 2009 +0200| [86643a02e448acc82ae1c6c7b49b57f2a2ed03ab] | committer: Pierre d'Herbemont 

i420: Flag a parameter as unused.

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

 modules/video_chroma/i420_ymga.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/video_chroma/i420_ymga.c b/modules/video_chroma/i420_ymga.c
index 5d8789f..bf1c9e4 100644
--- a/modules/video_chroma/i420_ymga.c
+++ b/modules/video_chroma/i420_ymga.c
@@ -111,6 +111,7 @@ VIDEO_FILTER_WRAPPER( I420_YMGA )
 static void I420_YMGA( filter_t *p_filter, picture_t *p_source,
                                            picture_t *p_dest )
 {
+    VLC_UNUSED(p_filter);
     uint8_t *p_uv = p_dest->U_PIXELS;
     uint8_t *p_u = p_source->U_PIXELS;
     uint8_t *p_v = p_source->V_PIXELS;




More information about the vlc-devel mailing list