diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2003-11-11 18:44:50 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2003-11-11 18:44:50 +0000 |
commit | 20ff61cb378d2550bedd582a5ce3eae07a84d731 (patch) | |
tree | 745f5e8278fca6aa49d06df6e2040e7f73201828 /src/input/input_pvr.c | |
parent | 4d689a92b9b261e41607b4b94c07a6cbf8fd78b1 (diff) | |
download | xine-lib-20ff61cb378d2550bedd582a5ce3eae07a84d731.tar.gz xine-lib-20ff61cb378d2550bedd582a5ce3eae07a84d731.tar.bz2 |
rename internal API function (_x_<function>).
CVS patchset: 5721
CVS date: 2003/11/11 18:44:50
Diffstat (limited to 'src/input/input_pvr.c')
-rw-r--r-- | src/input/input_pvr.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/input/input_pvr.c b/src/input/input_pvr.c index 6fef52cbf..6c3fd0c0f 100644 --- a/src/input/input_pvr.c +++ b/src/input/input_pvr.c @@ -38,7 +38,7 @@ * usage: * xine pvr:/<prefix_to_tmp_files>\!<prefix_to_saved_files>\!<max_page_age> * - * $Id: input_pvr.c,v 1.33 2003/09/02 14:29:29 miguelfreitas Exp $ + * $Id: input_pvr.c,v 1.34 2003/11/11 18:44:54 f1rmb Exp $ */ /************************************************************************** @@ -798,7 +798,7 @@ static int pvr_play_file(pvr_input_plugin_t *this, fifo_buffer_t *fifo, uint8_t /* now we are done on input/demuxer thread, engine may be paused safely */ if( this->pvr_play_paused ) { - xine_set_speed (this->stream, XINE_SPEED_PAUSE); + _x_set_speed (this->stream, XINE_SPEED_PAUSE); this->pvr_play_paused = 0; } @@ -1020,7 +1020,7 @@ static void pvr_event_handler (pvr_input_plugin_t *this) { pvrscr_speed_tunning(this->scr, 1.0 ); pvr_break_rec_page(this); pthread_mutex_unlock(&this->lock); - xine_demux_flush_engine (this->stream); + _x_demux_flush_engine (this->stream); } else { /* no session change, break the page and store a new show_time */ pthread_mutex_lock(&this->lock); @@ -1079,7 +1079,7 @@ static void pvr_event_handler (pvr_input_plugin_t *this) { pthread_mutex_unlock(&this->dev_lock); /* FIXME: also flush the device */ - /* xine_demux_flush_engine(this->stream); */ + /* _x_demux_flush_engine(this->stream); */ } break; |