# HG changeset patch # User stefano # Date 1267055572 0 # Node ID 3d6e83a917d2d63826aa2d2af279d607cf877b77 # Parent 21624cf4de9e057bee12b3bce1f83cc1f16cd730 Extend doxy for the src parameter of av_fifo_generic_write(). @patchby Tomas H¸«£rdin |tomas dot hardin at codemill dot se| diff -r 21624cf4de9e -r 3d6e83a917d2 fifo.h --- a/fifo.h Wed Feb 24 20:38:31 2010 +0000 +++ b/fifo.h Wed Feb 24 23:52:52 2010 +0000 @@ -81,7 +81,8 @@ /** * Feeds data from a user-supplied callback to an AVFifoBuffer. * @param *f AVFifoBuffer to write to - * @param *src data source + * @param *src data source; non-const since it may be used as a + * modifiable context by the function defined in func * @param size number of bytes to write * @param *func generic write function; the first parameter is src, * the second is dest_buf, the third is dest_buf_size.