projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1717ba0
)
doxygen: drop another pointless star from pointer variable name
author
Diego Biurrun
<diego@biurrun.de>
Sat, 27 Aug 2011 12:00:54 +0000
(14:00 +0200)
committer
Diego Biurrun
<diego@biurrun.de>
Sat, 27 Aug 2011 12:00:54 +0000
(14:00 +0200)
libavutil/fifo.h
patch
|
blob
|
blame
|
history
diff --git
a/libavutil/fifo.h
b/libavutil/fifo.h
index
961463a
..
f106239
100644
(file)
--- 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.