]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/resample2.c
Remove unneeded semicolon.
[ffmpeg] / libavcodec / resample2.c
index f3d02169f5059981d52aa9dcabc70c065944f210..c03c38c5c22a5ce886f4fbb698762b9b4182b05f 100644 (file)
@@ -177,8 +177,8 @@ void av_build_filter(FELEM *filter, double factor, int tap_count, int phase_coun
 }
 
 /**
- * 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));