From 9e275306172ad34d4e2a2ff0da864b45efc3355d Mon Sep 17 00:00:00 2001 From: Ewald Snel Date: Tue, 23 Apr 2002 15:45:19 +0000 Subject: Increment audio/video/spu decoder and input plugin API version number - update dxr3 and xvid plugins to new interface (add dispose() functions) CVS patchset: 1766 CVS date: 2002/04/23 15:45:19 --- src/input/input_stdin_fifo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/input/input_stdin_fifo.c') diff --git a/src/input/input_stdin_fifo.c b/src/input/input_stdin_fifo.c index 37df10a64..3aad8ab62 100644 --- a/src/input/input_stdin_fifo.c +++ b/src/input/input_stdin_fifo.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: input_stdin_fifo.c,v 1.23 2002/04/23 13:30:43 esnel Exp $ + * $Id: input_stdin_fifo.c,v 1.24 2002/04/23 15:45:21 esnel Exp $ */ #ifdef HAVE_CONFIG_H @@ -351,7 +351,7 @@ input_plugin_t *init_input_plugin (int iface, xine_t *xine) { stdin_input_plugin_t *this; config_values_t *config; - if (iface != 5) { + if (iface != 6) { xine_log (xine, XINE_LOG_PLUGIN, _("stdin/fifo input plugin doesn't support plugin API version %d.\n" "PLUGIN DISABLED.\n" -- cgit v1.2.3