changeset 2748:fdeb230c8ced libavformat

Fix Doxygen parameter name
author takis
date Thu, 15 Nov 2007 11:44:15 +0000
parents 2291661e6097
children 2a6baeedf776
files avio.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/avio.h	Thu Nov 15 11:43:21 2007 +0000
+++ b/avio.h	Thu Nov 15 11:44:15 2007 +0000
@@ -255,7 +255,7 @@
  * 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 pbuffer pointer to a byte buffer
  * @return the length of the byte buffer
  */
 int url_close_dyn_buf(ByteIOContext *s, uint8_t **pbuffer);