diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-04-24 21:10:42 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-04-24 21:10:42 +0000 |
commit | bfc79c2cbb4dbdc32e05f56e00a4814b56a9981a (patch) | |
tree | e024d7bd1de11858af2d951534d3855183fc682f /src/xine-engine/xine_internal.h | |
parent | 5b23d1c11b61f8faf9ce89a426b8fe6aac9346d6 (diff) | |
download | xine-lib-bfc79c2cbb4dbdc32e05f56e00a4814b56a9981a.tar.gz xine-lib-bfc79c2cbb4dbdc32e05f56e00a4814b56a9981a.tar.bz2 |
xine.c fixed so it compiles again
CVS patchset: 23
CVS date: 2001/04/24 21:10:42
Diffstat (limited to 'src/xine-engine/xine_internal.h')
-rw-r--r-- | src/xine-engine/xine_internal.h | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h index 7357d25d3..140a637ef 100644 --- a/src/xine-engine/xine_internal.h +++ b/src/xine-engine/xine_internal.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: xine_internal.h,v 1.9 2001/04/24 15:47:32 guenter Exp $ + * $Id: xine_internal.h,v 1.10 2001/04/24 21:10:42 guenter Exp $ * */ @@ -124,7 +124,7 @@ typedef struct xine_s { demux_plugin_t *demuxer_plugins[DEMUXER_PLUGIN_MAX]; int num_demuxer_plugins; demux_plugin_t *cur_demuxer_plugin; - int demux_stragegy; + int demux_strategy; int status; off_t cur_input_pos; @@ -151,7 +151,7 @@ typedef struct xine_s { audio_decoder_t *cur_audio_decoder_plugin; int audio_finished; - gui_status_callback_func_t gui_status_callback; + gui_status_callback_func_t status_callback; /* Lock for xine player functions */ pthread_mutex_t xine_lock; @@ -159,15 +159,6 @@ typedef struct xine_s { } xine_t; /* - * player status constants: - */ - -#define XINE_STOP 0 -#define XINE_PLAY 1 -#define XINE_PAUSE 2 -#define XINE_QUIT 3 - -/* * read config file and init a config object * (if it exists) */ |