[FFmpeg-cvslog] r22043 - trunk/libavutil/fifo.h
stefano
subversion
Thu Feb 25 00:52:52 CET 2010
Author: stefano
Date: Thu Feb 25 00:52:52 2010
New Revision: 22043
Log:
Extend doxy for the src parameter of av_fifo_generic_write().
@patchby Tomas H?rdin |tomas dot hardin at codemill dot se|
Modified:
trunk/libavutil/fifo.h
Modified: trunk/libavutil/fifo.h
==============================================================================
--- trunk/libavutil/fifo.h Wed Feb 24 23:40:10 2010 (r22042)
+++ trunk/libavutil/fifo.h Thu Feb 25 00:52:52 2010 (r22043)
@@ -81,7 +81,8 @@ int av_fifo_generic_read(AVFifoBuffer *f
/**
* 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.
More information about the ffmpeg-cvslog
mailing list