mirror of https://git.ffmpeg.org/ffmpeg.git
Fix Doxygen parameter name
Originally committed as revision 11031 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9bd51b9aab
commit
abfe87d471
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue