summaryrefslogtreecommitdiff
path: root/src/libspucc/xine_cc_decoder.c
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-11 18:08:49 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-11 18:08:49 +0100
commitb9dffdcf551ccd23b31618cf86716082e9f50f9d (patch)
tree0810cd398f986c1384eacd84b2ba11785c4e039b /src/libspucc/xine_cc_decoder.c
parentb803c2268c144475f4037677b2eea20f364e35b9 (diff)
downloadxine-lib-b9dffdcf551ccd23b31618cf86716082e9f50f9d.tar.gz
xine-lib-b9dffdcf551ccd23b31618cf86716082e9f50f9d.tar.bz2
Bump the interface version for SPU decoders.
Diffstat (limited to 'src/libspucc/xine_cc_decoder.c')
-rw-r--r--src/libspucc/xine_cc_decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libspucc/xine_cc_decoder.c b/src/libspucc/xine_cc_decoder.c
index f55b20872..1e31b6d4a 100644
--- a/src/libspucc/xine_cc_decoder.c
+++ b/src/libspucc/xine_cc_decoder.c
@@ -348,6 +348,6 @@ static const decoder_info_t spudec_info = {
const plugin_info_t xine_plugin_info[] EXPORTED = {
/* type, API, "name", version, special_info, init_function */
- { PLUGIN_SPU_DECODER, 16, "spucc", XINE_VERSION_CODE, &spudec_info, &init_spu_decoder_plugin },
+ { PLUGIN_SPU_DECODER, 17, "spucc", XINE_VERSION_CODE, &spudec_info, &init_spu_decoder_plugin },
{ PLUGIN_NONE, 0, "", 0, NULL, NULL }
};