Browse Source

Fix Doxygen parameter name

Originally committed as revision 11031 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Panagiotis Issaris 18 years ago
parent
commit
abfe87d471
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/avio.h

+ 1
- 1
libavformat/avio.h View File

@@ -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);


Loading…
Cancel
Save