[FFmpeg-cvslog] doxygen: drop another pointless star from pointer variable name
Diego Biurrun
git at videolan.org
Sun Aug 28 00:26:37 CEST 2011
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sat Aug 27 14:00:54 2011 +0200| [fa19c5c20e862fdb824f6b760b1c2681ec3206b0] | committer: Diego Biurrun
doxygen: drop another pointless star from pointer variable name
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fa19c5c20e862fdb824f6b760b1c2681ec3206b0
---
libavutil/fifo.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavutil/fifo.h b/libavutil/fifo.h
index 961463a..f106239 100644
--- a/libavutil/fifo.h
+++ b/libavutil/fifo.h
@@ -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.
* 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
* than the used buffer size or the returned pointer will
* point outside to the buffer data.
More information about the ffmpeg-cvslog
mailing list