Commit d349afb0 authored by Anton Khirnov's avatar Anton Khirnov

dv: cosmetics, reindent

parent 650dee63
......@@ -182,11 +182,11 @@ int ff_dv_init_dynamic_tables(DVVideoContext *ctx, const DVprofile *d)
const int *iweight1, *iweight2;
p = i = 0;
for (c=0; c<d->n_difchan; c++) {
for (s=0; s<d->difseg_size; s++) {
for (c = 0; c < d->n_difchan; c++) {
for (s = 0; s < d->difseg_size; s++) {
p += 6;
for (j=0; j<27; j++) {
p += !(j%3);
for (j = 0; j < 27; j++) {
p += !(j % 3);
if (!(DV_PROFILE_IS_1080i50(d) && c != 0 && s == 11) &&
!(DV_PROFILE_IS_720p50(d) && s > 9)) {
dv_calc_mb_coordinates(d, c, s, j, &ctx->work_chunks[i].mb_coordinates[0]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment