diff options
| author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-11-15 20:43:11 +0000 |
|---|---|---|
| committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-11-15 20:43:11 +0000 |
| commit | 8ba7feda3dbbeb3c48a98ae36e67c8d66d04c3f9 (patch) | |
| tree | 2c2cbd6d1e55ec2d9dc836bc89b8efe9d0ca315c /src/xine-engine/xine_internal.h | |
| parent | 9271a230caa25831202936e63cce3716ffe2011a (diff) | |
| download | xine-lib-8ba7feda3dbbeb3c48a98ae36e67c8d66d04c3f9.tar.gz xine-lib-8ba7feda3dbbeb3c48a98ae36e67c8d66d04c3f9.tar.bz2 | |
* making metronom xine_stream_t independent
* using xprintf() and lprintf() inside metronom
* prebuffer is now a metronom option
* some small structure cleanup
CVS patchset: 5737
CVS date: 2003/11/15 20:43:11
Diffstat (limited to 'src/xine-engine/xine_internal.h')
| -rw-r--r-- | src/xine-engine/xine_internal.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h index 0e5327676..800180a17 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.147 2003/11/15 15:04:36 miguelfreitas Exp $ + * $Id: xine_internal.h,v 1.148 2003/11/15 20:43:12 mroi Exp $ * */ @@ -99,6 +99,7 @@ struct xine_s { plugin_catalog_t *plugin_catalog; int demux_strategy; + char *save_path; /* log output that may be presented to the user */ scratch_buffer_t *log_buffers[XINE_LOG_NUM]; @@ -109,9 +110,6 @@ struct xine_s { pthread_mutex_t streams_lock; metronom_clock_t *clock; - - /* FIXME: move this member beneath demux_strategy on the next structure cleanup */ - char *save_path; }; /* @@ -171,9 +169,6 @@ struct xine_stream_s { /* dxr3 use this one, should be possible to fix to use the port instead */ vo_driver_t *video_driver; - /* michael will move this one to metronom i think */ - int64_t metronom_prebuffer; - /* these definitely should be made private! */ int audio_channel_auto; int spu_decoder_streamtype; |
