Mercurial > libavcodec.hg
changeset 11551:04f5fe406669 libavcodec
Fix indentation.
author | reimar |
---|---|
date | Mon, 29 Mar 2010 20:58:19 +0000 |
parents | ee30fc612763 |
children | 8bef88bc329d |
files | dv.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/dv.c Mon Mar 29 17:37:03 2010 +0000 +++ b/dv.c Mon Mar 29 20:58:19 2010 +0000 @@ -226,7 +226,7 @@ } else { iweight1 = &dv_iweight_1080_y[0]; iweight2 = &dv_iweight_1080_c[0]; - } + } if (DV_PROFILE_IS_HD(d)) { for (c = 0; c < 4; c++) { for (s = 0; s < 16; s++) { @@ -244,12 +244,12 @@ for (; i < dv_quant_areas[c]; i++) { *factor1 = iweight1[i] << (dv_quant_shifts[s][c] + 1); *factor2++ = (*factor1++) << 1; - } - } + } + } + } } } } -} return 0; }