[FFmpeg-cvslog] r16882 - trunk/libavcodec/flacdec.c

jbr subversion
Sat Jan 31 03:11:37 CET 2009


Author: jbr
Date: Sat Jan 31 03:11:37 2009
New Revision: 16882

Log:
cosmetics: change comment type and vertical alignment

Modified:
   trunk/libavcodec/flacdec.c

Modified: trunk/libavcodec/flacdec.c
==============================================================================
--- trunk/libavcodec/flacdec.c	Sat Jan 31 03:10:43 2009	(r16881)
+++ trunk/libavcodec/flacdec.c	Sat Jan 31 03:11:37 2009	(r16882)
@@ -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




More information about the ffmpeg-cvslog mailing list