diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-07-22 09:36:03 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-07-22 09:36:03 +0000 |
commit | 942da64dea109b2241e70df19dc6dc183c357d1a (patch) | |
tree | b0940bf343c5aad88882149b6ea76f23d1281b59 | |
parent | 5ee33c056c4d7e4b68412700edc0ab758a40a7ca (diff) | |
download | xine-lib-942da64dea109b2241e70df19dc6dc183c357d1a.tar.gz xine-lib-942da64dea109b2241e70df19dc6dc183c357d1a.tar.bz2 |
allow all values greater 0 as success returns
CVS patchset: 5206
CVS date: 2003/07/22 09:36:03
-rw-r--r-- | src/xine-engine/audio_out.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/audio_out.h b/src/xine-engine/audio_out.h index 50bde3d06..8859b454c 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.55 2003/04/23 14:11:08 tchamp Exp $ + * $Id: audio_out.h,v 1.56 2003/07/22 09:36:03 mroi Exp $ */ #ifndef HAVE_AUDIO_OUT_H #define HAVE_AUDIO_OUT_H @@ -90,7 +90,7 @@ struct ao_driver_s { * write audio data to output buffer * audio driver must sync sample playback with metronom * return value: - * 1 => audio samples were processed ok + * >0 => audio samples were processed ok * 0 => audio samples were not yet processed, * call write_audio_data with the _same_ samples again */ |