Index: patched-ffmpeg-mt/libavutil/fifo.h |
=================================================================== |
--- patched-ffmpeg-mt/libavutil/fifo.h (revision 41250) |
+++ patched-ffmpeg-mt/libavutil/fifo.h (working copy) |
@@ -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. |