summaryrefslogtreecommitdiff
path: root/src/libxineadec/interplayaudio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libxineadec/interplayaudio.c')
-rw-r--r--src/libxineadec/interplayaudio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libxineadec/interplayaudio.c b/src/libxineadec/interplayaudio.c
index 4dd8a4a2e..7d05f41ac 100644
--- a/src/libxineadec/interplayaudio.c
+++ b/src/libxineadec/interplayaudio.c
@@ -21,7 +21,7 @@
* For more information regarding the Interplay MVE file format, visit:
* http://www.pcisys.net/~melanson/codecs/
*
- * $Id: interplayaudio.c,v 1.7 2004/01/09 01:26:34 miguelfreitas Exp $
+ * $Id: interplayaudio.c,v 1.8 2004/01/12 17:35:18 miguelfreitas Exp $
*/
#include <stdio.h>
@@ -351,7 +351,7 @@ static decoder_info_t dec_info_audio = {
* will export to the public. */
plugin_info_t xine_plugin_info[] = {
/* { type, API version, "name", version, special_info, init_function }, */
- { PLUGIN_AUDIO_DECODER, 14, "interplayaudio", XINE_VERSION_CODE, &dec_info_audio, &init_plugin },
+ { PLUGIN_AUDIO_DECODER, 15, "interplayaudio", XINE_VERSION_CODE, &dec_info_audio, &init_plugin },
{ PLUGIN_NONE, 0, "", 0, NULL, NULL }
};