diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2009-03-22 18:59:45 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2009-03-22 18:59:45 +0000 |
commit | d1d9945f1ac89c300a619a83a58ccf8a8fb39dc7 (patch) | |
tree | 895f32d604018094876893c545afa7ad41cf0513 | |
parent | 5c3e0340d983534bf9669363e375d4f861e1e9c6 (diff) | |
download | ffmpeg-d1d9945f1ac89c300a619a83a58ccf8a8fb39dc7.tar.gz |
cosmetics: vertical alignment
Originally committed as revision 18149 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/flac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/flac.h b/libavcodec/flac.h index 2728905b79..7ac2897404 100644 --- a/libavcodec/flac.h +++ b/libavcodec/flac.h @@ -29,7 +29,7 @@ #include "avcodec.h" -#define FLAC_STREAMINFO_SIZE 34 +#define FLAC_STREAMINFO_SIZE 34 #define FLAC_MAX_CHANNELS 8 #define FLAC_MIN_BLOCKSIZE 16 #define FLAC_MAX_BLOCKSIZE 65535 |