Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
/*****************************************************************************
/*****************************************************************************
- * fluidsynth.c: Software MIDI synthetizer using libfluidsynth
+ * fluidsynth.c: Software MIDI synthesizer using libfluidsynth
*****************************************************************************
* Copyright © 2007 Rémi Denis-Courmont
* $Id$
*****************************************************************************
* Copyright © 2007 Rémi Denis-Courmont
* $Id$
static void Close (vlc_object_t *);
vlc_module_begin ()
static void Close (vlc_object_t *);
vlc_module_begin ()
- set_description (N_("FluidSynth MIDI synthetizer"))
+ set_description (N_("FluidSynth MIDI synthesizer"))
set_capability ("decoder", 100)
set_shortname (N_("FluidSynth"))
set_category (CAT_INPUT)
set_capability ("decoder", 100)
set_shortname (N_("FluidSynth"))
set_category (CAT_INPUT)
}
/*****************************************************************************
}
/*****************************************************************************
- * Demux: read chunks and send them to the synthetizer
+ * Demux: read chunks and send them to the synthesizer
*****************************************************************************
* Returns -1 in case of error, 0 in case of EOF, 1 otherwise
*****************************************************************************/
*****************************************************************************
* Returns -1 in case of error, 0 in case of EOF, 1 otherwise
*****************************************************************************/