Mercurial > libavformat.hg
comparison avio.h @ 2747:2291661e6097 libavformat
Fix Doxygen parameter name
author | takis |
---|---|
date | Thu, 15 Nov 2007 11:43:21 +0000 |
parents | dfcac0102c34 |
children | fdeb230c8ced |
comparison
equal
deleted
inserted
replaced
2746:1285feca09b7 | 2747:2291661e6097 |
---|---|
220 /** | 220 /** |
221 * Return the maximum packet size associated to packetized buffered file | 221 * Return the maximum packet size associated to packetized buffered file |
222 * handle. If the file is not packetized (stream like http or file on | 222 * handle. If the file is not packetized (stream like http or file on |
223 * disk), then 0 is returned. | 223 * disk), then 0 is returned. |
224 * | 224 * |
225 * @param h buffered file handle | 225 * @param s buffered file handle |
226 * @return maximum packet size in bytes | 226 * @return maximum packet size in bytes |
227 */ | 227 */ |
228 int url_fget_max_packet_size(ByteIOContext *s); | 228 int url_fget_max_packet_size(ByteIOContext *s); |
229 | 229 |
230 int url_open_buf(ByteIOContext *s, uint8_t *buf, int buf_size, int flags); | 230 int url_open_buf(ByteIOContext *s, uint8_t *buf, int buf_size, int flags); |