cosmetics: change comment type and vertical alignment

Originally committed as revision 16882 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Justin Ruggles 2009-01-31 02:11:37 +00:00
parent 64cb376562
commit 7f3a6a0553
1 changed files with 2 additions and 2 deletions

View File

@ -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