Commit 1fc821df authored by Sébastien Escudier's avatar Sébastien Escudier Committed by Jean-Baptiste Kempf

Fix var type

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent c54636db
......@@ -302,7 +302,7 @@ static int Open( vlc_object_t * p_this )
demux_t *p_demux = (demux_t*)p_this;
demux_sys_t *p_sys;
int i_size;
int b_matched = false;
bool b_matched = false;
vlc_value_t val;
p_demux->pf_control = Control;
......
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