diff options
author | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-11-15 11:43:21 +0000 |
---|---|---|
committer | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-11-15 11:43:21 +0000 |
commit | abfe87d471d0d0ce0bdae8467394a9f2fff5ce1a (patch) | |
tree | 97f0a88273b8f990ed348fce42ecd9cbd1137011 | |
parent | 9bd51b9aab50df705fd787aead42ecdad6a021ab (diff) | |
download | ffmpeg-abfe87d471d0d0ce0bdae8467394a9f2fff5ce1a.tar.gz |
Fix Doxygen parameter name
Originally committed as revision 11031 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/avio.h | 2 |
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); |