cosmetics: vertical alignment
authorJustin Ruggles <justin.ruggles@gmail.com>
Sun, 3 Aug 2008 02:16:51 +0000 (02:16 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Sun, 3 Aug 2008 02:16:51 +0000 (02:16 +0000)
Originally committed as revision 14516 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/ac3dec.h

index aaa28de..8c41639 100644 (file)
@@ -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
 ///@}