]> git.sesse.net Git - ffmpeg/commitdiff
buffersrc: fix av_buffersrc_add_ref doxy.
authorNicolas George <nicolas.george@normalesup.org>
Sun, 6 May 2012 14:17:08 +0000 (16:17 +0200)
committerNicolas George <nicolas.george@normalesup.org>
Sun, 6 May 2012 14:18:10 +0000 (16:18 +0200)
av_buffersrc_add_ref can handle audio too now.

libavfilter/buffersrc.h

index 32ef29b16ea995a737646bc5196740ef3c1ca564..772eb25a3f7ea16501a7e282e5011242190bd643 100644 (file)
@@ -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