summaryrefslogtreecommitdiff
path: root/src/demuxers/demux.h
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-07-14 12:50:33 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-07-14 12:50:33 +0000
commitdfd980788abf3d0905a24204bf8d0554dc4d8a77 (patch)
tree3e63c268028cbe158efee41dc36f8089afaa0e4c /src/demuxers/demux.h
parent85eb608c7a602f971f779106c812b48f6c2cd030 (diff)
downloadxine-lib-dfd980788abf3d0905a24204bf8d0554dc4d8a77.tar.gz
xine-lib-dfd980788abf3d0905a24204bf8d0554dc4d8a77.tar.bz2
cleaned up and finished spu_thread removal
CVS patchset: 275 CVS date: 2001/07/14 12:50:33
Diffstat (limited to 'src/demuxers/demux.h')
-rw-r--r--src/demuxers/demux.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/demuxers/demux.h b/src/demuxers/demux.h
index 247425ea7..8518b6f81 100644
--- a/src/demuxers/demux.h
+++ b/src/demuxers/demux.h
@@ -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.h,v 1.5 2001/06/16 18:03:22 guenter Exp $
+ * $Id: demux.h,v 1.6 2001/07/14 12:50:34 guenter Exp $
*/
#ifndef HAVE_DEMUX_H
@@ -31,7 +31,7 @@
#include "input_plugin.h"
#endif
-#define DEMUXER_PLUGIN_IFACE_VERSION 1
+#define DEMUXER_PLUGIN_IFACE_VERSION 2
#define DEMUX_OK 0
#define DEMUX_FINISHED 1
@@ -85,7 +85,7 @@ struct demux_plugin_s
*/
void (*start) (demux_plugin_t *this, fifo_buffer_t *video_fifo,
- fifo_buffer_t *audio_fifo, fifo_buffer_t *spu_fifo,
+ fifo_buffer_t *audio_fifo,
off_t pos, gui_get_next_mrl_cb_t next_mrl_cb,
gui_branched_cb_t branched_cb) ;