From 92ef4f25e2ad9e5daff482448dac75603e1aaecd Mon Sep 17 00:00:00 2001 From: Siggi Langauf Date: Sat, 25 May 2002 19:19:16 +0000 Subject: patch from Michael Roitzsch: increased interface version numbers, to reflect the xine_t change CVS patchset: 1939 CVS date: 2002/05/25 19:19:16 --- src/demuxers/demux_avi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/demuxers/demux_avi.c') diff --git a/src/demuxers/demux_avi.c b/src/demuxers/demux_avi.c index 1a12619f8..e168427cf 100644 --- a/src/demuxers/demux_avi.c +++ b/src/demuxers/demux_avi.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: demux_avi.c,v 1.89 2002/05/24 11:32:02 miguelfreitas Exp $ + * $Id: demux_avi.c,v 1.90 2002/05/25 19:19:16 siggi Exp $ * * demultiplexer for avi streams * @@ -1601,7 +1601,7 @@ demux_plugin_t *init_demuxer_plugin(int iface, xine_t *xine) { demux_avi_t *this; - if (iface != 7) { + if (iface != 8) { xine_log (xine, XINE_LOG_PLUGIN, _("demux_avi: this plugin doesn't support plugin API version %d.\n" "demux_avi: this means there's a version mismatch between xine and this " -- cgit v1.2.3