diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-19 08:44:06 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-19 08:44:06 +0200 |
commit | 6f8367c98923db16ffb3a4066ab207d61fe57dd4 (patch) | |
tree | 7775a279de33d4e264a851e1162e79b5bf0c66b9 | |
parent | 163c790936eca7b2e4d9105f232a908c775c0405 (diff) | |
download | xine-lib-6f8367c98923db16ffb3a4066ab207d61fe57dd4.tar.gz xine-lib-6f8367c98923db16ffb3a4066ab207d61fe57dd4.tar.bz2 |
More doxygen documentation.
-rw-r--r-- | src/xine-engine/audio_out.c | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/src/xine-engine/audio_out.c b/src/xine-engine/audio_out.c index d39c99aba..fb2758c7a 100644 --- a/src/xine-engine/audio_out.c +++ b/src/xine-engine/audio_out.c @@ -16,16 +16,18 @@ * You should have received a copy of the GNU General Public License * along with self program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + */ + +/** + * @file + * @brief xine-lib audio output implementation + * + * @date 2001-08-20 First implementation of Audio sync and Audio driver separation. + * (c) 2001 James Courtier-Dutton <james@superbug.demon.co.uk> + * @date 2001-08-22 James imported some useful AC3 sections from the previous + * ALSA driver. (c) 2001 Andy Lo A Foe <andy@alsaplayer.org> * - * $Id: audio_out.c,v 1.210 2007/04/01 00:52:36 dgp85 Exp $ * - * 22-8-2001 James imported some useful AC3 sections from the previous alsa driver. - * (c) 2001 Andy Lo A Foe <andy@alsaplayer.org> - * 20-8-2001 First implementation of Audio sync and Audio driver separation. - * (c) 2001 James Courtier-Dutton James@superbug.demon.co.uk - */ - -/* * General Programming Guidelines: - * New concept of an "audio_frame". * An audio_frame consists of all the samples required to fill every |