diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2006-07-16 17:08:25 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2006-07-16 17:08:25 +0000 |
commit | e1bbc0321c3d0af0ed0c7e76ca44d69e3f579054 (patch) | |
tree | b4d9ddf9c4eb507d4ec97642638542c0accbdbf4 | |
parent | 5f3acd9ec934749e292d1d387f5a0a6d12b97f81 (diff) | |
download | ffmpeg-e1bbc0321c3d0af0ed0c7e76ca44d69e3f579054.tar.gz |
cosmetic change to adjust alignment.
Originally committed as revision 5767 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/flacenc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/flacenc.c b/libavcodec/flacenc.c index 551254defc..361d487d0a 100644 --- a/libavcodec/flacenc.c +++ b/libavcodec/flacenc.c @@ -237,8 +237,8 @@ static int flac_encode_init(AVCodecContext *avctx) ORDER_METHOD_4LEVEL, ORDER_METHOD_LOG, ORDER_METHOD_4LEVEL, ORDER_METHOD_LOG, ORDER_METHOD_SEARCH, ORDER_METHOD_LOG, ORDER_METHOD_SEARCH})[level]; - s->options.min_partition_order = ((int[]){ 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0})[level]; - s->options.max_partition_order = ((int[]){ 2, 2, 3, 3, 3, 8, 8, 8, 8, 8, 8, 8, 8})[level]; + s->options.min_partition_order = ((int[]){ 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0})[level]; + s->options.max_partition_order = ((int[]){ 2, 2, 3, 3, 3, 8, 8, 8, 8, 8, 8, 8, 8})[level]; /* set compression option overrides from AVCodecContext */ if(avctx->use_lpc >= 0) { |