changeset 850:3d6e83a917d2 libavutil

Extend doxy for the src parameter of av_fifo_generic_write(). @patchby Tomas H¸«£rdin |tomas dot hardin at codemill dot se|
author stefano
date Wed, 24 Feb 2010 23:52:52 +0000
parents 21624cf4de9e
children dc1f09cd2195
files fifo.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.