On Fri, Aug 26, 2011 at 08:54:52PM +0200, Stefano Sabatini wrote: > > --- a/libavutil/fifo.h > +++ b/libavutil/fifo.h > @@ -106,11 +107,35 @@ int av_fifo_realloc2(AVFifoBuffer *f, unsigned int > size); > > +/** > + * Return a pointer to the data stored in a FIFO buffer at a certain offset. > + * The FIFO buffer is not modified. > + * > + * @param *f AVFifoBuffer to peek at, f must be non-NULL
The star on the variable name is superfluous. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
