summaryrefslogtreecommitdiff
path: root/src/libreal/real_common.c
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-11 18:19:30 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-11 18:19:30 +0100
commit5d4f71c06873aea6df30b07abb84e7bdace5d54f (patch)
treedb718b7211bb06bd38674132de8030ba0275912a /src/libreal/real_common.c
parent265e36a8ddde1fa296ea39c67928aa1b7a11f7e5 (diff)
downloadxine-lib-5d4f71c06873aea6df30b07abb84e7bdace5d54f.tar.gz
xine-lib-5d4f71c06873aea6df30b07abb84e7bdace5d54f.tar.bz2
Bump the interface version for audio decoder plugins.
Diffstat (limited to 'src/libreal/real_common.c')
-rw-r--r--src/libreal/real_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libreal/real_common.c b/src/libreal/real_common.c
index fcd0fac8f..3985440ac 100644
--- a/src/libreal/real_common.c
+++ b/src/libreal/real_common.c
@@ -185,6 +185,6 @@ void *_x_real_codec_open(xine_stream_t *const stream, const char *const path,
const plugin_info_t xine_plugin_info[] EXPORTED = {
/* type, API, "name", version, special_info, init_function */
{ PLUGIN_VIDEO_DECODER | PLUGIN_MUST_PRELOAD, 18, "realvdec", XINE_VERSION_CODE, &dec_info_realvideo, init_realvdec },
- { PLUGIN_AUDIO_DECODER | PLUGIN_MUST_PRELOAD, 15, "realadec", XINE_VERSION_CODE, &dec_info_realaudio, init_realadec },
+ { PLUGIN_AUDIO_DECODER | PLUGIN_MUST_PRELOAD, 16, "realadec", XINE_VERSION_CODE, &dec_info_realaudio, init_realadec },
{ PLUGIN_NONE, 0, "", 0, NULL, NULL }
};