summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_film.c
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2002-07-05 17:31:59 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2002-07-05 17:31:59 +0000
commit22d0545163db353dd95e5fd2fe4492a3aae81079 (patch)
tree8f20f6dce7a21c82ae40be4ae9d91d6e0766f56a /src/demuxers/demux_film.c
parent8ab4cd4497b60eebbeed0947dc19591e32264557 (diff)
downloadxine-lib-22d0545163db353dd95e5fd2fe4492a3aae81079.tar.gz
xine-lib-22d0545163db353dd95e5fd2fe4492a3aae81079.tar.bz2
Bump up version numbers due to changes in xine_t
CVS patchset: 2214 CVS date: 2002/07/05 17:31:59
Diffstat (limited to 'src/demuxers/demux_film.c')
-rw-r--r--src/demuxers/demux_film.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demuxers/demux_film.c b/src/demuxers/demux_film.c
index c166a6e5d..d6320b072 100644
--- a/src/demuxers/demux_film.c
+++ b/src/demuxers/demux_film.c
@@ -21,7 +21,7 @@
* For more information on the FILM file format, visit:
* http://www.pcisys.net/~melanson/codecs/
*
- * $Id: demux_film.c,v 1.15 2002/07/05 04:17:57 tmmm Exp $
+ * $Id: demux_film.c,v 1.16 2002/07/05 17:31:59 mroi Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -792,7 +792,7 @@ static char *demux_film_get_mimetypes(void) {
demux_plugin_t *init_demuxer_plugin(int iface, xine_t *xine) {
demux_film_t *this;
- if (iface != 9) {
+ if (iface != 10) {
printf (_("demux_film: plugin doesn't support plugin API version %d.\n"
" this means there's a version mismatch between xine and this "
" demuxer plugin. Installing current demux plugins should help.\n"),