From 54340b165e2d31f822a106ea6b9a3fd5a0b2542b Mon Sep 17 00:00:00 2001 From: Thibaut Mattern Date: Sun, 13 Apr 2003 16:08:26 +0000 Subject: Input plugin api change (second part): old open() function replaced by : *_class_get_instance() : return an instance if the plugin handles the mrl *_plugin_open() : open the stream CVS patchset: 4599 CVS date: 2003/04/13 16:08:26 --- include/xine.h.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/xine.h.in b/include/xine.h.in index 3057b0212..a497ea8c8 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -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: xine.h.in,v 1.75 2003/04/08 14:24:26 hadess Exp $ + * $Id: xine.h.in,v 1.76 2003/04/13 16:08:26 tmattern Exp $ * * public xine-lib (libxine) interface and documentation * @@ -687,6 +687,7 @@ int xine_get_status (xine_stream_t *stream); #define XINE_ERROR_NO_DEMUX_PLUGIN 2 #define XINE_ERROR_DEMUX_FAILED 3 #define XINE_ERROR_MALFORMED_MRL 4 +#define XINE_ERROR_INPUT_FAILED 5 /* * try to find out audio/spu language of given channel -- cgit v1.2.3