summaryrefslogtreecommitdiff
path: root/src/libvfill/xine_decoder.c
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-01-05 21:54:16 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-01-05 21:54:16 +0000
commit3517e658ee37cb82ba28a4e05fc708bba9e82af6 (patch)
tree87b06c4615628418db6f829a663d8bca06173b1f /src/libvfill/xine_decoder.c
parentbb5d65d9f49e148de4f3b402d7a87956b05f5a4a (diff)
downloadxine-lib-3517e658ee37cb82ba28a4e05fc708bba9e82af6.tar.gz
xine-lib-3517e658ee37cb82ba28a4e05fc708bba9e82af6.tar.bz2
updates for closed caption decoder
CVS patchset: 1344 CVS date: 2002/01/05 21:54:16
Diffstat (limited to 'src/libvfill/xine_decoder.c')
-rw-r--r--src/libvfill/xine_decoder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libvfill/xine_decoder.c b/src/libvfill/xine_decoder.c
index 286dbb580..237576e11 100644
--- a/src/libvfill/xine_decoder.c
+++ b/src/libvfill/xine_decoder.c
@@ -121,11 +121,11 @@ static char *videofill_get_id(void) {
return "videofill";
}
-video_decoder_t *init_video_decoder_plugin (int iface_version, config_values_t *cfg) {
+video_decoder_t *init_video_decoder_plugin (int iface_version, xine_t *xine) {
videofill_decoder_t *this ;
- if (iface_version != 4) {
+ if (iface_version != 5) {
printf( "videofill: plugin doesn't support plugin API version %d.\n"
"videofill: this means there's a version mismatch between xine and this "
"videofill: decoder plugin.\nInstalling current plugins should help.\n",