From f8cc6464d6a45f32e5979dfcc80b03163e345a70 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Sun, 19 Dec 2004 10:50:18 +0000 Subject: add missing break, thanks to Sander Jansen. CVS patchset: 7278 CVS date: 2004/12/19 10:50:18 --- src/xine-engine/xine_interface.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/xine-engine/xine_interface.c b/src/xine-engine/xine_interface.c index 5c11c065a..932c98b46 100644 --- a/src/xine-engine/xine_interface.c +++ b/src/xine-engine/xine_interface.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_interface.c,v 1.84 2004/10/26 20:10:24 miguelfreitas Exp $ + * $Id: xine_interface.c,v 1.85 2004/12/19 10:50:18 f1rmb Exp $ * * convenience/abstraction layer, functions to implement * libxine's public interface @@ -430,7 +430,8 @@ void xine_set_param (xine_stream_t *stream, int param, int value) { case XINE_PARAM_VERBOSITY: stream->xine->verbosity = value; - + break; + case XINE_PARAM_VO_HUE: case XINE_PARAM_VO_SATURATION: case XINE_PARAM_VO_CONTRAST: -- cgit v1.2.3