Commit 064cd58d authored by Rémi Duraffort's avatar Rémi Duraffort

cmml: fix warning.

parent eb1d3fb0
...@@ -112,7 +112,7 @@ static int OpenDecoder( vlc_object_t *p_this ) ...@@ -112,7 +112,7 @@ static int OpenDecoder( vlc_object_t *p_this )
} }
/* initialise the CMML responder interface */ /* 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_cat = SPU_ES;
p_dec->fmt_out.i_codec = 0; p_dec->fmt_out.i_codec = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment