summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2002-10-16 23:13:19 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2002-10-16 23:13:19 +0000
commit76450053c7fa0b7dac22b5a0d77c287ac1410fca (patch)
tree0438047e3af94780740107beab57bd5a6ad28138
parentb2c55490db29a9aaae431c899e2b6806305482c0 (diff)
downloadxine-lib-76450053c7fa0b7dac22b5a0d77c287ac1410fca.tar.gz
xine-lib-76450053c7fa0b7dac22b5a0d77c287ac1410fca.tar.bz2
another interface version problem solved :)
CVS patchset: 2842 CVS date: 2002/10/16 23:13:19
-rw-r--r--src/libmad/xine_decoder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libmad/xine_decoder.c b/src/libmad/xine_decoder.c
index da2d3bc61..63e28f4c2 100644
--- a/src/libmad/xine_decoder.c
+++ b/src/libmad/xine_decoder.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_decoder.c,v 1.27 2002/10/14 20:50:17 guenter Exp $
+ * $Id: xine_decoder.c,v 1.28 2002/10/16 23:13:19 guenter Exp $
*
* stuff needed to turn libmad into a xine decoder plugin
*/
@@ -317,7 +317,7 @@ static decoder_info_t dec_info_audio = {
plugin_info_t xine_plugin_info[] = {
/* type, API, "name", version, special_info, init_function */
- { PLUGIN_AUDIO_DECODER, 9, "mad", XINE_VERSION_CODE, &dec_info_audio,
+ { PLUGIN_AUDIO_DECODER, 10, "mad", XINE_VERSION_CODE, &dec_info_audio,
init_plugin, open_plugin },
{ PLUGIN_NONE, 0, "", 0, NULL, NULL }
};