Commit 51bea4af authored by takis's avatar takis

Fix Doxygen parameter name


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11031 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e53a75e9
...@@ -222,7 +222,7 @@ URLContext *url_fileno(ByteIOContext *s); ...@@ -222,7 +222,7 @@ URLContext *url_fileno(ByteIOContext *s);
* handle. If the file is not packetized (stream like http or file on * handle. If the file is not packetized (stream like http or file on
* disk), then 0 is returned. * disk), then 0 is returned.
* *
* @param h buffered file handle * @param s buffered file handle
* @return maximum packet size in bytes * @return maximum packet size in bytes
*/ */
int url_fget_max_packet_size(ByteIOContext *s); int url_fget_max_packet_size(ByteIOContext *s);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment