[FFmpeg-cvslog] r23906 - trunk/libavcodec/avcodec.h

mru subversion
Wed Jun 30 22:09:37 CEST 2010


Author: mru
Date: Wed Jun 30 22:09:37 2010
New Revision: 23906

Log:
Improve av_resample() documentation

Modified:
   trunk/libavcodec/avcodec.h

Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h	Wed Jun 30 22:09:32 2010	(r23905)
+++ trunk/libavcodec/avcodec.h	Wed Jun 30 22:09:37 2010	(r23906)
@@ -2989,7 +2989,7 @@ void audio_resample_close(ReSampleContex
 struct AVResampleContext *av_resample_init(int out_rate, int in_rate, int filter_length, int log2_phase_count, int linear, double cutoff);
 
 /**
- * resamples.
+ * Resample an array of samples using a previously configured context.
  * @param src an array of unconsumed samples
  * @param consumed the number of samples of src which have been consumed are returned here
  * @param src_size the number of unconsumed samples available



More information about the ffmpeg-cvslog mailing list