[vlc-devel] commit: zvbi: signal update when changing opaqueness of a page ( Derk-Jan Hartman )

git version control git at videolan.org
Fri Sep 12 02:49:10 CEST 2008


vlc | branch: master | Derk-Jan Hartman <hartman at videolan.org> | Fri Sep 12 00:51:32 2008 +0200| [2f6a711740a19703ea00f532329369f9200b6385] | committer: Derk-Jan Hartman 

zvbi: signal update when changing opaqueness of a page

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

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

diff --git a/modules/codec/zvbi.c b/modules/codec/zvbi.c
index 83dd582..b271fc0 100644
--- a/modules/codec/zvbi.c
+++ b/modules/codec/zvbi.c
@@ -649,6 +649,7 @@ static int Opaque( vlc_object_t *p_this, char const *psz_cmd,
 
     vlc_mutex_lock( &p_sys->lock );
     p_sys->b_opaque = newval.b_bool;
+    p_sys->b_update = true;
     vlc_mutex_unlock( &p_sys->lock );
 
     return VLC_SUCCESS;




More information about the vlc-devel mailing list