diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-05-06 16:17:08 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-05-06 16:18:10 +0200 |
commit | 8ad1964ec5339684599c2b014ca18b777fd50c29 (patch) | |
tree | d002260c1eaa7f171cb6011ea4d02c50ea32fec1 /libavfilter | |
parent | 870ca6a238bfae3a9b91a5385d89f7b61f985fd0 (diff) | |
download | ffmpeg-8ad1964ec5339684599c2b014ca18b777fd50c29.tar.gz |
buffersrc: fix av_buffersrc_add_ref doxy.
av_buffersrc_add_ref can handle audio too now.
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/buffersrc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/buffersrc.h b/libavfilter/buffersrc.h index 32ef29b16e..772eb25a3f 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 |