mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-30 21:08:59 +08:00
(cosmetics) Align comments consistently.
Originally committed as revision 14974 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -24,8 +24,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/// Moving Average (MA) prediction order
|
||||
#define MA_NP 4
|
||||
#define MA_NP 4 ///< Moving Average (MA) prediction order
|
||||
|
||||
#define VQ_1ST_BITS 7 ///< first stage vector of quantizer (size in bits)
|
||||
#define VQ_2ND_BITS 5 ///< second stage vector of quantizer (size in bits)
|
||||
|
Reference in New Issue
Block a user