Commit 73f45162 authored by jbr's avatar jbr

cosmetics: change comment type and vertical alignment

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16882 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 80f4f3ab
...@@ -63,8 +63,8 @@ typedef struct FLACContext { ...@@ -63,8 +63,8 @@ typedef struct FLACContext {
int blocksize; ///< number of samples in the current frame int blocksize; ///< number of samples in the current frame
int curr_bps; ///< bps for current subframe, adjusted for channel correlation and wasted bits 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 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 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 enum decorrelation_type decorrelation; ///< channel decorrelation type in the current frame
int32_t *decoded[MAX_CHANNELS]; ///< decoded samples int32_t *decoded[MAX_CHANNELS]; ///< decoded samples
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment