diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2008-08-03 02:16:51 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2008-08-03 02:16:51 +0000 |
commit | 1db9da523815beb8e9fdcbc63205b3473616c6f0 (patch) | |
tree | 959c0590276a3568ccc55efbde48e7d2ee421bb3 /libavcodec | |
parent | a52d8c6b320aceec28fe4767748303554a2f60d2 (diff) | |
download | ffmpeg-1db9da523815beb8e9fdcbc63205b3473616c6f0.tar.gz |
cosmetics: vertical alignment
Originally committed as revision 14516 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/ac3dec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ac3dec.h b/libavcodec/ac3dec.h index aaa28def6b..8c41639d5f 100644 --- a/libavcodec/ac3dec.h +++ b/libavcodec/ac3dec.h @@ -90,7 +90,7 @@ typedef struct { ///@} ///@defgroup aht adaptive hybrid transform - int channel_uses_aht[AC3_MAX_CHANNELS]; ///< channel AHT in use (chahtinu) + int channel_uses_aht[AC3_MAX_CHANNELS]; ///< channel AHT in use (chahtinu) int pre_mantissa[AC3_MAX_CHANNELS][AC3_MAX_COEFS][MAX_BLOCKS]; ///< pre-IDCT mantissas ///@} |