[FFmpeg-soc] [soc]: r2603 - mlp/mlpdec.c
ramiro
subversion at mplayerhq.hu
Tue Jul 1 01:00:22 CEST 2008
Author: ramiro
Date: Tue Jul 1 01:00:22 2008
New Revision: 2603
Log:
Cosmetics: align vertically.
Modified:
mlp/mlpdec.c
Modified: mlp/mlpdec.c
==============================================================================
--- mlp/mlpdec.c (original)
+++ mlp/mlpdec.c Tue Jul 1 01:00:22 2008
@@ -549,7 +549,7 @@ static int read_filter_params(MLPDecodeC
m->filter_coeff_q[channel][filter] = get_bits(gbp, 4);
- coeff_bits = get_bits(gbp, 5);
+ coeff_bits = get_bits(gbp, 5);
coeff_shift = get_bits(gbp, 3);
if (coeff_bits < 1 || coeff_bits > 16) {
av_log(m->avctx, AV_LOG_ERROR,
More information about the FFmpeg-soc
mailing list