[vlc-devel] commit: cmml: fix warning. ( Rémi Duraffort )
git version control
git at videolan.org
Thu Jun 18 09:52:19 CEST 2009
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Tue Jun 16 13:54:13 2009 +0200| [064cd58d416b33822c3b728b9dbcb27128477d10] | committer: Rémi Duraffort
cmml: fix warning.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=064cd58d416b33822c3b728b9dbcb27128477d10
---
modules/codec/cmml/cmml.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/codec/cmml/cmml.c b/modules/codec/cmml/cmml.c
index 5f428f7..d3b8bd7 100644
--- a/modules/codec/cmml/cmml.c
+++ b/modules/codec/cmml/cmml.c
@@ -112,7 +112,7 @@ static int OpenDecoder( vlc_object_t *p_this )
}
/* initialise the CMML responder interface */
- p_dec->p_sys = OpenIntf( p_dec );
+ p_dec->p_sys = OpenIntf( VLC_OBJECT(p_dec) );
p_dec->fmt_out.i_cat = SPU_ES;
p_dec->fmt_out.i_codec = 0;
More information about the vlc-devel
mailing list