# HG changeset patch # User jbr # Date 1153069705 0 # Node ID f510656373055ac59402abc12059e25bce74bd61 # Parent 9eb59c4a22d2e522d16ea6ae43d35a5bda0b5f8a cosmetic change to adjust alignment. diff -r 9eb59c4a22d2 -r f51065637305 flacenc.c --- 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) {