diff resample2.c @ 5129:0244bba24b43 libavcodec

misc typo fixes
author diego
date Tue, 12 Jun 2007 18:50:50 +0000
parents f99e40a7155b
children 2b72f9bc4f06
line wrap: on
line diff
--- a/resample2.c	Tue Jun 12 15:03:28 2007 +0000
+++ b/resample2.c	Tue Jun 12 18:50:50 2007 +0000
@@ -177,8 +177,8 @@
 }
 
 /**
- * initalizes a audio resampler.
- * note, if either rate is not a integer then simply scale both rates up so they are
+ * Initializes an audio resampler.
+ * Note, if either rate is not an integer then simply scale both rates up so they are.
  */
 AVResampleContext *av_resample_init(int out_rate, int in_rate, int filter_size, int phase_shift, int linear, double cutoff){
     AVResampleContext *c= av_mallocz(sizeof(AVResampleContext));