diff options
author | pontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-07-25 20:28:47 +0000 |
---|---|---|
committer | pontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-07-25 20:28:47 +0000 |
commit | dde3c1526688cdca21a249703214056dba71eaa3 (patch) | |
tree | 766c8279a80bf6b7cfcfead84c5441e94d41ddf4 /libao2/audio_out.h | |
parent | b1be9a6a39d94fc1cbe00eaaa7c7425c081d0721 (diff) | |
download | mpv-dde3c1526688cdca21a249703214056dba71eaa3.tar.bz2 mpv-dde3c1526688cdca21a249703214056dba71eaa3.tar.xz |
- add some control (ao_oss, pl_extrastereo)
- cosmetic
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6796 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libao2/audio_out.h')
-rw-r--r-- | libao2/audio_out.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libao2/audio_out.h b/libao2/audio_out.h index 353b5a4d71..4765a6562d 100644 --- a/libao2/audio_out.h +++ b/libao2/audio_out.h @@ -1,3 +1,7 @@ + +#ifndef __AUDIO_OUT_H +#define __AUDIO_OUT_H + typedef struct ao_info_s { /* driver name ("Matrox Millennium G200/G400" */ @@ -68,4 +72,4 @@ typedef struct ao_control_vol_s { float right; } ao_control_vol_t; - +#endif |