changeset 8712:eae97a6f2553 libavcodec

cosmetics: change comment type and vertical alignment
author jbr
date Sat, 31 Jan 2009 02:11:37 +0000
parents f284b60e2bc5
children fa6d97b7f4e8
files flacdec.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/flacdec.c	Sat Jan 31 02:10:43 2009 +0000
+++ b/flacdec.c	Sat Jan 31 02:11:37 2009 +0000
@@ -63,8 +63,8 @@
 
     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