diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-03-24 20:05:38 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-03-24 20:05:38 +0000 |
commit | 5309192ae2dcf78a4b1a6aacfda485b40f49f8ca (patch) | |
tree | d6b596046a18950bba1ae52b5a389fe44ca8784e /src | |
parent | 04879d7468156cff56c149e81767eb1eaed74da7 (diff) | |
download | xine-lib-5309192ae2dcf78a4b1a6aacfda485b40f49f8ca.tar.gz xine-lib-5309192ae2dcf78a4b1a6aacfda485b40f49f8ca.tar.bz2 |
Oops, broken commit...
CVS patchset: 7946
CVS date: 2006/03/24 20:05:38
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/audio_out.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/audio_out.c b/src/xine-engine/audio_out.c index e394a47c0..57f55ab56 100644 --- a/src/xine-engine/audio_out.c +++ b/src/xine-engine/audio_out.c @@ -17,7 +17,7 @@ * along with self program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_out.c,v 1.199 2006/03/24 19:56:46 dsalt Exp $ + * $Id: audio_out.c,v 1.200 2006/03/24 20:05:38 dsalt Exp $ * * 22-8-2001 James imported some useful AC3 sections from the previous alsa driver. * (c) 2001 Andy Lo A Foe <andy@alsaplayer.org> @@ -1037,7 +1037,7 @@ static void *ao_loop (void *this_gen) { if ((in_buf->vpts - cur_time) > 2 * 90000) xprintf (this->xine, XINE_VERBOSITY_DEBUG, "audio_out: vpts/clock error, in_buf->vpts=%" PRId64 " cur_time=%" PRId64 "\n", - next_frame_vpts, vpts); + in_buf->vpts, cur_time); lprintf ("loop:pause: I feel sleepy (%d buffers).\n", this->out_fifo->num_buffers); xine_usec_sleep (10000); |