[FFmpeg-cvslog] lavfi: fix avfilter_get_audio_buffer() doxy to match reality.

Clément Bœsch git at videolan.org
Sun Sep 18 17:32:54 CEST 2011


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Sun Sep 18 17:30:33 2011 +0200| [46c9ddf83cdaa097af0730aeefbed8ed5cb0c5f2] | committer: Clément Bœsch

lavfi: fix avfilter_get_audio_buffer() doxy to match reality.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=46c9ddf83cdaa097af0730aeefbed8ed5cb0c5f2
---

 libavfilter/avfilter.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 0c675f8..f948e54 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -747,10 +747,7 @@ avfilter_get_video_buffer_ref_from_arrays(uint8_t * const data[4], const int lin
  * @param link           the output link to the filter from which the buffer will
  *                       be requested
  * @param perms          the required access permissions
- * @param sample_fmt     the format of each sample in the buffer to allocate
  * @param nb_samples     the number of samples per channel
- * @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_buffer when you are finished with it.
  */



More information about the ffmpeg-cvslog mailing list