[FFmpeg-cvslog] r25296 - trunk/libavfilter/avfilter.h

stefano subversion
Fri Oct 1 20:32:53 CEST 2010


Author: stefano
Date: Fri Oct  1 20:32:53 2010
New Revision: 25296

Log:
Fix reference to un-existing function.

Modified:
   trunk/libavfilter/avfilter.h

Modified: trunk/libavfilter/avfilter.h
==============================================================================
--- trunk/libavfilter/avfilter.h	Fri Oct  1 19:52:26 2010	(r25295)
+++ trunk/libavfilter/avfilter.h	Fri Oct  1 20:32:53 2010	(r25296)
@@ -645,7 +645,7 @@ AVFilterBufferRef *avfilter_get_video_bu
  * @param channel_layout the number and type of channels per sample in the buffer to allocate
  * @param planar         audio data layout - planar or packed
  * @return               A reference to the samples. This must be unreferenced with
- *                       avfilter_unref_samples when you are finished with it.
+ *                       avfilter_unref_buffer when you are finished with it.
  */
 AVFilterBufferRef *avfilter_get_audio_buffer(AVFilterLink *link, int perms,
                                              enum SampleFormat sample_fmt, int size,



More information about the ffmpeg-cvslog mailing list