[FFmpeg-cvslog] r22721 - trunk/libavcodec/dv.c
reimar
subversion
Mon Mar 29 22:58:19 CEST 2010
Author: reimar
Date: Mon Mar 29 22:58:19 2010
New Revision: 22721
Log:
Fix indentation.
Modified:
trunk/libavcodec/dv.c
Modified: trunk/libavcodec/dv.c
==============================================================================
--- trunk/libavcodec/dv.c Mon Mar 29 21:17:49 2010 (r22720)
+++ trunk/libavcodec/dv.c Mon Mar 29 22:58:19 2010 (r22721)
@@ -226,7 +226,7 @@ static int dv_init_dynamic_tables(const
} 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 @@ static int dv_init_dynamic_tables(const
for (; i < dv_quant_areas[c]; i++) {
*factor1 = iweight1[i] << (dv_quant_shifts[s][c] + 1);
*factor2++ = (*factor1++) << 1;
- }
- }
+ }
+ }
+ }
}
}
}
-}
return 0;
}
More information about the ffmpeg-cvslog
mailing list