summaryrefslogtreecommitdiff
path: root/src/libreal
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-11 18:21:13 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-11 18:21:13 +0100
commit86af045eabd1e30e41a9750a6d48fa3ed8767df6 (patch)
tree5ae4cd9ed21f6113cd535ab3004e5b382324aee8 /src/libreal
parent5d4f71c06873aea6df30b07abb84e7bdace5d54f (diff)
downloadxine-lib-86af045eabd1e30e41a9750a6d48fa3ed8767df6.tar.gz
xine-lib-86af045eabd1e30e41a9750a6d48fa3ed8767df6.tar.bz2
Bump the interface version for video decoder plugins.
Diffstat (limited to 'src/libreal')
-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 3985440ac..531fb780e 100644
--- a/src/libreal/real_common.c
+++ b/src/libreal/real_common.c
@@ -184,7 +184,7 @@ 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_VIDEO_DECODER | PLUGIN_MUST_PRELOAD, 19, "realvdec", XINE_VERSION_CODE, &dec_info_realvideo, init_realvdec },
{ PLUGIN_AUDIO_DECODER | PLUGIN_MUST_PRELOAD, 16, "realadec", XINE_VERSION_CODE, &dec_info_realaudio, init_realadec },
{ PLUGIN_NONE, 0, "", 0, NULL, NULL }
};