projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abfe87d
)
Fix Doxygen parameter name
author
Panagiotis Issaris
<takis.issaris@uhasselt.be>
Thu, 15 Nov 2007 11:44:15 +0000
(11:44 +0000)
committer
Panagiotis Issaris
<takis.issaris@uhasselt.be>
Thu, 15 Nov 2007 11:44:15 +0000
(11:44 +0000)
Originally committed as revision 11032 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/avio.h
patch
|
blob
|
history
diff --git
a/libavformat/avio.h
b/libavformat/avio.h
index
b2fc098
..
dda786f
100644
(file)
--- a/
libavformat/avio.h
+++ b/
libavformat/avio.h
@@
-255,7
+255,7
@@
int url_open_dyn_packet_buf(ByteIOContext *s, int max_packet_size);
* Return the written size and a pointer to the buffer. The buffer
* must be freed with av_free().
* @param s IO context
- * @param pointer to a byte buffer
+ * @param p
buffer p
ointer to a byte buffer
* @return the length of the byte buffer
*/
int url_close_dyn_buf(ByteIOContext *s, uint8_t **pbuffer);