On Tue, Jul 05, 2011 at 01:54:51AM +0200, Stefano Sabatini wrote:
> 
> --- a/libavutil/fifo.h
> +++ b/libavutil/fifo.h
> @@ -113,4 +113,25 @@ static inline uint8_t av_fifo_peek(AVFifoBuffer *f, int 
> offs)
> +
> +/**
> + * Return a pointer to the data stored in a FIFO buffer at a certain offset.
> + * The FIFO buffer is not modified.
> + *
> + * The FIFO buffer is treated like a circular buffer, so the returned
> + * value always points to the buffer area.
> + *
> + * @param f pointer to the the FIFO buffer to peek at, must be non-NULL

the the

The rest seems OK, maybe somebody else wants to comment?

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to