Commit fa19c5c2 authored by Diego Biurrun's avatar Diego Biurrun

doxygen: drop another pointless star from pointer variable name

parent 1717ba0c
...@@ -111,7 +111,7 @@ void av_fifo_drain(AVFifoBuffer *f, int size); ...@@ -111,7 +111,7 @@ void av_fifo_drain(AVFifoBuffer *f, int size);
* Return a pointer to the data stored in a FIFO buffer at a certain offset. * 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 not modified.
* *
* @param *f AVFifoBuffer to peek at, f must be non-NULL * @param f AVFifoBuffer to peek at, f must be non-NULL
* @param offs an offset in bytes, its absolute value must be less * @param offs an offset in bytes, its absolute value must be less
* than the used buffer size or the returned pointer will * than the used buffer size or the returned pointer will
* point outside to the buffer data. * point outside to the buffer data.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment