diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-05-06 20:50:11 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-05-06 20:50:11 +0000 |
commit | 2d8a2921ca9165c1175117570622255e88a3e588 (patch) | |
tree | fa81beeaf0530bb296762ba1a8f0f6dd035c53ea /src/xine-engine/metronom.h | |
parent | 234ffd792d6698b8367ae7070e68eacdcd6bf924 (diff) | |
download | xine-lib-2d8a2921ca9165c1175117570622255e88a3e588.tar.gz xine-lib-2d8a2921ca9165c1175117570622255e88a3e588.tar.bz2 |
Thibaut asked me to revert his latest patch
also set some more reasonable defaults for frame skipping (12000 pts
prebuffering, at least 2 frames in advance to not skip).
CVS patchset: 4786
CVS date: 2003/05/06 20:50:11
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 ccf6de7ec..07b51b85f 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.47 2003/04/25 15:34:46 mroi Exp $ + * $Id: metronom.h,v 1.48 2003/05/06 20:50:12 miguelfreitas Exp $ * * metronom: general pts => virtual calculation/assoc * @@ -60,10 +60,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/10 sec) may result in faster seeking (good to simulate play backwards, + * 1/8 sec) may result in faster seeking (good to simulate play backwards, * for example). */ -#define PREBUFFER_PTS_OFFSET 9000 +#define PREBUFFER_PTS_OFFSET 12000 /* see below */ #define DISC_STREAMSTART 0 |