[FFmpeg-cvslog] buffersrc: fix av_buffersrc_add_ref doxy.

Nicolas George git at videolan.org
Sun May 6 16:37:27 CEST 2012


ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Sun May  6 16:17:08 2012 +0200| [8ad1964ec5339684599c2b014ca18b777fd50c29] | committer: Nicolas George

buffersrc: fix av_buffersrc_add_ref doxy.

av_buffersrc_add_ref can handle audio too now.

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

 libavfilter/buffersrc.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavfilter/buffersrc.h b/libavfilter/buffersrc.h
index 32ef29b..772eb25 100644
--- a/libavfilter/buffersrc.h
+++ b/libavfilter/buffersrc.h
@@ -42,7 +42,7 @@ enum {
 };
 
 /**
- * Add video buffer data in picref to buffer_src.
+ * Add buffer data in picref to buffer_src.
  *
  * @param buffer_src  pointer to a buffer source context
  * @param picref      a buffer reference, or NULL to mark EOF



More information about the ffmpeg-cvslog mailing list