Mercurial > libavcodec.hg
changeset 3481:f51065637305 libavcodec
cosmetic change to adjust alignment.
author | jbr |
---|---|
date | Sun, 16 Jul 2006 17:08:25 +0000 |
parents | 9eb59c4a22d2 |
children | c08b46172204 |
files | flacenc.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/flacenc.c Sun Jul 16 17:04:54 2006 +0000 +++ b/flacenc.c Sun Jul 16 17:08:25 2006 +0000 @@ -237,8 +237,8 @@ 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) {