diff options
author | Thibaut Mattern <tmattern@users.sourceforge.net> | 2003-04-13 16:08:26 +0000 |
---|---|---|
committer | Thibaut Mattern <tmattern@users.sourceforge.net> | 2003-04-13 16:08:26 +0000 |
commit | 54340b165e2d31f822a106ea6b9a3fd5a0b2542b (patch) | |
tree | 9109480e1eaf0de28832f7138076ec8d7e879d79 /include | |
parent | 3a24b5fe4aec329d35bd1c00dd6945a26b45b5cf (diff) | |
download | xine-lib-54340b165e2d31f822a106ea6b9a3fd5a0b2542b.tar.gz xine-lib-54340b165e2d31f822a106ea6b9a3fd5a0b2542b.tar.bz2 |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/xine.h.in | 3 |
1 files changed, 2 insertions, 1 deletions
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 |