From 4affbeda08ee86466016e7eec6608e1ebad5c5ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Thu, 19 Apr 2007 00:33:52 +0200 Subject: Doxygen documentation. --- src/libxineadec/xine_lpcm_decoder.c | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/libxineadec/xine_lpcm_decoder.c b/src/libxineadec/xine_lpcm_decoder.c index 43bea4cbf..88256eb74 100644 --- a/src/libxineadec/xine_lpcm_decoder.c +++ b/src/libxineadec/xine_lpcm_decoder.c @@ -16,13 +16,15 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + */ + +/** + * @file + * @author James Courtier-Dutton * - * $Id: xine_decoder.c,v 1.62 2007/03/17 20:59:36 dgp85 Exp $ - * - * 31-8-2001 Added LPCM rate sensing. - * (c) 2001 James Courtier-Dutton James@superbug.demon.co.uk - * + * @date 2001-08-31 Added LPCM rate sensing */ + #ifndef __sun #define _XOPEN_SOURCE 500 #endif @@ -61,7 +63,7 @@ typedef struct lpcm_decoder_s { uint32_t ao_cap_mode; int output_open; - int cpu_be; /* TRUE, if we're a Big endian CPU */ + int cpu_be; /**< TRUE, if we're a Big endian CPU */ } lpcm_decoder_t; static void lpcm_reset (audio_decoder_t *this_gen) { -- cgit v1.2.3