buffersrc: fix av_buffersrc_add_ref doxy.

av_buffersrc_add_ref can handle audio too now.
This commit is contained in:
Nicolas George 2012-05-06 16:17:08 +02:00
parent 870ca6a238
commit 8ad1964ec5
1 changed files with 1 additions and 1 deletions

View 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 buffer_src pointer to a buffer source context
* @param picref a buffer reference, or NULL to mark EOF * @param picref a buffer reference, or NULL to mark EOF