Mercurial > libavcodec.hg
diff flacenc.c @ 3481:f51065637305 libavcodec
cosmetic change to adjust alignment.
| author | jbr |
|---|---|
| date | Sun, 16 Jul 2006 17:08:25 +0000 |
| parents | 9eb59c4a22d2 |
| children | c8c591fe26f8 |
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) {
