diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-11 18:08:49 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-11 18:08:49 +0100 |
commit | b9dffdcf551ccd23b31618cf86716082e9f50f9d (patch) | |
tree | 0810cd398f986c1384eacd84b2ba11785c4e039b /src/dxr3/dxr3_decode_spu.c | |
parent | b803c2268c144475f4037677b2eea20f364e35b9 (diff) | |
download | xine-lib-b9dffdcf551ccd23b31618cf86716082e9f50f9d.tar.gz xine-lib-b9dffdcf551ccd23b31618cf86716082e9f50f9d.tar.bz2 |
Bump the interface version for SPU decoders.
Diffstat (limited to 'src/dxr3/dxr3_decode_spu.c')
-rw-r--r-- | src/dxr3/dxr3_decode_spu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dxr3/dxr3_decode_spu.c b/src/dxr3/dxr3_decode_spu.c index b56469c6f..7c501e9d8 100644 --- a/src/dxr3/dxr3_decode_spu.c +++ b/src/dxr3/dxr3_decode_spu.c @@ -73,7 +73,7 @@ static const decoder_info_t dxr3_spudec_info = { const plugin_info_t xine_plugin_info[] EXPORTED = { /* type, API, "name", version, special_info, init_function */ - { PLUGIN_SPU_DECODER, 16, "dxr3-spudec", XINE_VERSION_CODE, &dxr3_spudec_info, &dxr3_spudec_init_plugin }, + { PLUGIN_SPU_DECODER, 17, "dxr3-spudec", XINE_VERSION_CODE, &dxr3_spudec_info, &dxr3_spudec_init_plugin }, { PLUGIN_NONE, 0, "", 0, NULL, NULL } }; |