diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2004-09-28 01:46:39 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2004-09-28 01:46:39 +0000 |
commit | fadc00dfaef9800832cdd180eb5921c35a2cc60c (patch) | |
tree | 1a8145b4cb25cb728c1c2003030507383a2f27f0 | |
parent | c25e199eef53ebb21b52e777005c680577883891 (diff) | |
download | xine-lib-fadc00dfaef9800832cdd180eb5921c35a2cc60c.tar.gz xine-lib-fadc00dfaef9800832cdd180eb5921c35a2cc60c.tar.bz2 |
wrong comment
CVS patchset: 7004
CVS date: 2004/09/28 01:46:39
-rw-r--r-- | src/xine-engine/audio_out.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/xine-engine/audio_out.h b/src/xine-engine/audio_out.h index 1b28416de..7f69cce1b 100644 --- a/src/xine-engine/audio_out.h +++ b/src/xine-engine/audio_out.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: audio_out.h,v 1.73 2004/09/26 22:54:52 valtri Exp $ + * $Id: audio_out.h,v 1.74 2004/09/28 01:46:39 miguelfreitas Exp $ */ #ifndef HAVE_AUDIO_OUT_H #define HAVE_AUDIO_OUT_H @@ -87,8 +87,7 @@ struct ao_driver_s { int (*get_gap_tolerance) (ao_driver_t *self_gen); /* - * write audio data to output buffer - * audio driver must sync sample playback with metronom + * write audio data to audio output device * return value: * >0 => audio samples were processed ok * 0 => audio samples were not yet processed, |