diff xvid_vbr.c @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents 6ebc9e7ffa12
children b39155e98ac3
line wrap: on
line diff
--- a/xvid_vbr.c	Tue May 12 19:25:35 2009 +0000
+++ b/xvid_vbr.c	Wed May 13 02:58:57 2009 +0000
@@ -296,7 +296,7 @@
 	default:
 		return(-1);
 	}
-	
+
 	return(state->init(state));
 
 }
@@ -586,7 +586,7 @@
 	state->cur_frame++;
 
 	return(0);
-	
+
 }
 
 static int vbr_finish_2pass1(void *sstate)
@@ -767,7 +767,7 @@
 			state->keyframe_locations[c++] = state->cur_frame;
 		}
 
-		total_bytes += frame_bytes;		
+		total_bytes += frame_bytes;
 
 	}
 
@@ -1025,7 +1025,7 @@
 			}
 		}
 	}
-	
+
 	state->curve_comp_scale = total1 / total2;
 
 	if (state->use_alt_curve) {
@@ -1444,7 +1444,7 @@
 	int intra;
 	vbr_control_t *state = sstate;
 
-	
+
 	/* Get next intra state (fetched by update) */
 	intra = state->pass1_intra;
 
@@ -1634,7 +1634,7 @@
 		return(quant);
 
 	}
-		
+
 	/* No credit frame - return fixed quant */
 	return(state->fixed_quant);