[SCM] libav/experimental: Fix reference to nonexistent function.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:16:46 UTC 2013


The following commit has been merged in the experimental branch:
commit 333771210eca752a9a36d96b2fb8a3d31d30f91e
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Fri Oct 1 18:32:53 2010 +0000

    Fix reference to nonexistent function.
    
    Originally committed as revision 25296 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index bb3312a..20901a3 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -645,7 +645,7 @@ AVFilterBufferRef *avfilter_get_video_buffer(AVFilterLink *link, int perms,
  * @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,

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list