[FFmpeg-devel] [PATCH/RFC] Constify src in av_fifo_generic_write()
Stefano Sabatini
stefano.sabatini-lala
Wed Feb 24 10:06:15 CET 2010
On date Wednesday 2010-02-24 08:46:22 +0100, Tomas H?rdin encoded:
[...]
> Index: libavutil/fifo.h
> ===================================================================
> --- libavutil/fifo.h (revision 22019)
> +++ libavutil/fifo.h (working copy)
> @@ -81,7 +81,7 @@
> /**
> * 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 in func
Please no abbreviations in doxy, and which is the function referred
to?
Regards.
--
FFmpeg = Forgiving and Furious Magic Pitiful Enhanced Ghost
More information about the ffmpeg-devel
mailing list