summaryrefslogtreecommitdiff
path: root/libavformat/avio.h
diff options
context:
space:
mode:
authorPanagiotis Issaris <takis.issaris@uhasselt.be>2007-11-15 11:43:21 +0000
committerPanagiotis Issaris <takis.issaris@uhasselt.be>2007-11-15 11:43:21 +0000
commitabfe87d471d0d0ce0bdae8467394a9f2fff5ce1a (patch)
tree97f0a88273b8f990ed348fce42ecd9cbd1137011 /libavformat/avio.h
parent9bd51b9aab50df705fd787aead42ecdad6a021ab (diff)
Fix Doxygen parameter name
Originally committed as revision 11031 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avio.h')
-rw-r--r--libavformat/avio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h
index 54a92f9ece..b2fc0980d6 100644
--- a/libavformat/avio.h
+++ b/libavformat/avio.h
@@ -222,7 +222,7 @@ URLContext *url_fileno(ByteIOContext *s);
* handle. If the file is not packetized (stream like http or file on
* disk), then 0 is returned.
*
- * @param h buffered file handle
+ * @param s buffered file handle
* @return maximum packet size in bytes
*/
int url_fget_max_packet_size(ByteIOContext *s);