summaryrefslogtreecommitdiff
path: root/src/post/deinterlace
diff options
context:
space:
mode:
authorPetri Hintukainen <phintuka@users.sourceforge.net>2008-01-01 07:22:49 +0200
committerPetri Hintukainen <phintuka@users.sourceforge.net>2008-01-01 07:22:49 +0200
commit9285ce63facf833394d79d4e5be6adfa4c70eac6 (patch)
tree3218cd222cebdd6d8183fbfebb227e0198cd049c /src/post/deinterlace
parent3ebd29271aee0665b759a7ba48fb3a343282fd0b (diff)
downloadxine-lib-9285ce63facf833394d79d4e5be6adfa4c70eac6.tar.gz
xine-lib-9285ce63facf833394d79d4e5be6adfa4c70eac6.tar.bz2
Bump post plugin interface version after API changes
(Changeset 9602: Replace get_identifier/get_description functions with strings.)
Diffstat (limited to 'src/post/deinterlace')
-rw-r--r--src/post/deinterlace/xine_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post/deinterlace/xine_plugin.c b/src/post/deinterlace/xine_plugin.c
index 7e956a784..3d14b6325 100644
--- a/src/post/deinterlace/xine_plugin.c
+++ b/src/post/deinterlace/xine_plugin.c
@@ -47,7 +47,7 @@ static const post_info_t deinterlace_special_info = { XINE_POST_TYPE_VIDEO_FILTE
const plugin_info_t xine_plugin_info[] EXPORTED = {
/* type, API, "name", version, special_info, init_function */
- { PLUGIN_POST | PLUGIN_MUST_PRELOAD, 9, "tvtime", XINE_VERSION_CODE, &deinterlace_special_info, &deinterlace_init_plugin },
+ { PLUGIN_POST | PLUGIN_MUST_PRELOAD, 10, "tvtime", XINE_VERSION_CODE, &deinterlace_special_info, &deinterlace_init_plugin },
{ PLUGIN_NONE, 0, "", 0, NULL, NULL }
};