[vlc-devel] commit: Fix compilation. (Jean-Paul Saman )

git version control git at videolan.org
Wed Apr 9 12:44:47 CEST 2008


vlc | branch: master | Jean-Paul Saman <jean-paul.saman at m2x.nl> | Thu Feb 28 11:47:55 2008 +0100| [d78092c628356ca57a12baaf1816ca67b89937ab]

Fix compilation.

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

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

diff --git a/src/video_output/vout_subpictures.c b/src/video_output/vout_subpictures.c
index c814964..040345d 100644
--- a/src/video_output/vout_subpictures.c
+++ b/src/video_output/vout_subpictures.c
@@ -291,7 +291,7 @@ subpicture_region_t *__spu_CreateRegion( vlc_object_t *p_this,
     if( !p_region ) return NULL;
 
     memset( p_region, 0, sizeof(subpicture_region_t) );
-    p_region->i_alpha = 0xff
+    p_region->i_alpha = 0xff;
     p_region->p_next = NULL;
     p_region->p_cache = NULL;
     p_region->fmt = *p_fmt;




More information about the vlc-devel mailing list