diff options
author | Juergen Keil <jkeil@users.sourceforge.net> | 2001-09-06 13:27:47 +0000 |
---|---|---|
committer | Juergen Keil <jkeil@users.sourceforge.net> | 2001-09-06 13:27:47 +0000 |
commit | 0f3c6d852c68466a6d5a5e0ad06f9302da2de9e6 (patch) | |
tree | 61729292047d76bc0e0aaabcd4eb73c0084b8537 | |
parent | 148f310e7da99c813206b00d95d6a83ab7b9a541 (diff) | |
download | xine-lib-0f3c6d852c68466a6d5a5e0ad06f9302da2de9e6.tar.gz xine-lib-0f3c6d852c68466a6d5a5e0ad06f9302da2de9e6.tar.bz2 |
ao_instance, wrong comment (video -> audio)
CVS patchset: 574
CVS date: 2001/09/06 13:27:47
-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 eee66ccff..f2a0e2b4b 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.12 2001/08/29 00:51:58 guenter Exp $ + * $Id: audio_out.h,v 1.13 2001/09/06 13:27:47 jkeil Exp $ */ #ifndef HAVE_AUDIO_OUT_H #define HAVE_AUDIO_OUT_H @@ -126,7 +126,7 @@ typedef struct ao_instance_s ao_instance_t; struct ao_instance_s { uint32_t (*get_capabilities) (ao_instance_t *this); /* for constants see below */ - /* open display driver for video output */ + /* open audio driver for audio output */ int (*open) (ao_instance_t *this, uint32_t bits, uint32_t rate, int mode); |