summaryrefslogtreecommitdiffstats
path: root/xvid_vbr.c
diff options
context:
space:
mode:
Diffstat (limited to 'xvid_vbr.c')
-rw-r--r--xvid_vbr.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/xvid_vbr.c b/xvid_vbr.c
index 85735d96aa..08053248fc 100644
--- a/xvid_vbr.c
+++ b/xvid_vbr.c
@@ -296,7 +296,7 @@ int vbrInit(vbr_control_t *state)
default:
return(-1);
}
-
+
return(state->init(state));
}
@@ -586,7 +586,7 @@ static int vbr_update_2pass1(void *sstate,
state->cur_frame++;
return(0);
-
+
}
static int vbr_finish_2pass1(void *sstate)
@@ -767,7 +767,7 @@ static int vbr_init_2pass2(void *sstate)
state->keyframe_locations[c++] = state->cur_frame;
}
- total_bytes += frame_bytes;
+ total_bytes += frame_bytes;
}
@@ -1025,7 +1025,7 @@ static int vbr_init_2pass2(void *sstate)
}
}
}
-
+
state->curve_comp_scale = total1 / total2;
if (state->use_alt_curve) {
@@ -1444,7 +1444,7 @@ static int vbr_getintra_2pass2(void *sstate)
int intra;
vbr_control_t *state = sstate;
-
+
/* Get next intra state (fetched by update) */
intra = state->pass1_intra;
@@ -1634,7 +1634,7 @@ static int vbr_getquant_fixedquant(void *sstate)
return(quant);
}
-
+
/* No credit frame - return fixed quant */
return(state->fixed_quant);