From 7f3a6a05530ece0c70cb8115a8912149b62eb6ca Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Sat, 31 Jan 2009 02:11:37 +0000 Subject: cosmetics: change comment type and vertical alignment Originally committed as revision 16882 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/flacdec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/flacdec.c b/libavcodec/flacdec.c index fb9f4bc32a..9397d9af7b 100644 --- a/libavcodec/flacdec.c +++ b/libavcodec/flacdec.c @@ -63,8 +63,8 @@ typedef struct FLACContext { int blocksize; ///< number of samples in the current frame int curr_bps; ///< bps for current subframe, adjusted for channel correlation and wasted bits - int sample_shift; /* shift required to make output samples 16-bit or 32-bit */ - int is32; /* flag to indicate if output should be 32-bit instead of 16-bit */ + int sample_shift; ///< shift required to make output samples 16-bit or 32-bit + int is32; ///< flag to indicate if output should be 32-bit instead of 16-bit enum decorrelation_type decorrelation; ///< channel decorrelation type in the current frame int32_t *decoded[MAX_CHANNELS]; ///< decoded samples -- cgit v1.2.3