comparison ac3dec.c @ 6872:60236c4f0b76 libavcodec

cosmetics: indent
author jbr
date Sun, 25 May 2008 16:20:06 +0000
parents dc6c9f74f2c1
children a790b3ee61b9
comparison
equal deleted inserted replaced
6871:dc6c9f74f2c1 6872:60236c4f0b76
988 } 988 }
989 989
990 /* coupling leak information */ 990 /* coupling leak information */
991 if (s->cpl_in_use) { 991 if (s->cpl_in_use) {
992 if (get_bits1(gbc)) { 992 if (get_bits1(gbc)) {
993 s->bit_alloc_params.cpl_fast_leak = get_bits(gbc, 3); 993 s->bit_alloc_params.cpl_fast_leak = get_bits(gbc, 3);
994 s->bit_alloc_params.cpl_slow_leak = get_bits(gbc, 3); 994 s->bit_alloc_params.cpl_slow_leak = get_bits(gbc, 3);
995 bit_alloc_stages[CPL_CH] = FFMAX(bit_alloc_stages[CPL_CH], 2); 995 bit_alloc_stages[CPL_CH] = FFMAX(bit_alloc_stages[CPL_CH], 2);
996 } else if (!blk) { 996 } else if (!blk) {
997 av_log(s->avctx, AV_LOG_ERROR, "new coupling leak info must be present in block 0\n"); 997 av_log(s->avctx, AV_LOG_ERROR, "new coupling leak info must be present in block 0\n");
998 return -1; 998 return -1;
999 } 999 }
1000 } 1000 }
1001 1001
1002 /* delta bit allocation information */ 1002 /* delta bit allocation information */
1003 if (get_bits1(gbc)) { 1003 if (get_bits1(gbc)) {
1004 /* delta bit allocation exists (strategy) */ 1004 /* delta bit allocation exists (strategy) */