diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-04-23 14:33:01 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-04-23 14:33:01 +0000 |
commit | a3a060c862eafe9e8e204a3d208a585457246879 (patch) | |
tree | b72599d8b0db4691b1fd9ed3bb2cafddc3b87783 /src/xine-engine/metronom.h | |
parent | 774c7546d0e1308abda154de9279c3e4f8a4537b (diff) | |
download | xine-lib-a3a060c862eafe9e8e204a3d208a585457246879.tar.gz xine-lib-a3a060c862eafe9e8e204a3d208a585457246879.tar.bz2 |
faster seeking (heavily based on Thibaut's patch)
rework xine_play_internal, wait for first frame after seek
CVS patchset: 4660
CVS date: 2003/04/23 14:33:01
Diffstat (limited to 'src/xine-engine/metronom.h')
-rw-r--r-- | src/xine-engine/metronom.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xine-engine/metronom.h b/src/xine-engine/metronom.h index 9dd5b946d..03933ce6f 100644 --- a/src/xine-engine/metronom.h +++ b/src/xine-engine/metronom.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: metronom.h,v 1.45 2003/04/20 21:13:23 guenter Exp $ + * $Id: metronom.h,v 1.46 2003/04/23 14:33:01 miguelfreitas Exp $ * * metronom: general pts => virtual calculation/assoc * @@ -63,10 +63,10 @@ typedef struct scr_plugin_s scr_plugin_t; /* metronom prebuffer can be adjusted with XINE_PARAM_METRONOM_PREBUFFER. * it sets how much the first video/audio frame should be delayed to * have some prebuffering at the output layers. reducing this value (about - * 1/3 sec) may result in faster seeking (good to simulate play backwards, + * 1/10 sec) may result in faster seeking (good to simulate play backwards, * for example). */ -#define PREBUFFER_PTS_OFFSET 30000 +#define PREBUFFER_PTS_OFFSET 9000 /* see below */ #define DISC_STREAMSTART 0 |