From e8b7c70f09f3a1c98e9a448df45e5f9e8c149625 Mon Sep 17 00:00:00 2001
From: Panagiotis Issaris <takis.issaris@uhasselt.be>
Date: Thu, 15 Nov 2007 11:44:15 +0000
Subject: [PATCH] Fix Doxygen parameter name

Originally committed as revision 11032 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavformat/avio.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/avio.h b/libavformat/avio.h
index b2fc0980d63..dda786f5dca 100644
--- 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 pbuffer pointer to a byte buffer
  * @return the length of the byte buffer
  */
 int url_close_dyn_buf(ByteIOContext *s, uint8_t **pbuffer);
-- 
GitLab