From 1fc821dfb0f3bb409aeb5d129d983b9fc7f5fbd7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Escudier?= Date: Fri, 27 Mar 2009 11:58:33 +0100 Subject: [PATCH] Fix var type Signed-off-by: Jean-Baptiste Kempf --- modules/demux/mjpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/demux/mjpeg.c b/modules/demux/mjpeg.c index f8127e677c..fa17147aa8 100644 --- a/modules/demux/mjpeg.c +++ b/modules/demux/mjpeg.c @@ -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; -- 2.39.2