forked from FFmpeg/FFmpeg
Document url_get_filename().
Originally committed as revision 25310 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a5c33faacc
commit
8bf256bcc0
1 changed files with 6 additions and 0 deletions
|
@ -190,6 +190,12 @@ int url_get_file_handle(URLContext *h);
|
||||||
* @return maximum packet size in bytes
|
* @return maximum packet size in bytes
|
||||||
*/
|
*/
|
||||||
int url_get_max_packet_size(URLContext *h);
|
int url_get_max_packet_size(URLContext *h);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Copy the filename of the resource accessed by h to buf.
|
||||||
|
*
|
||||||
|
* @param buf_size size in bytes of buf
|
||||||
|
*/
|
||||||
void url_get_filename(URLContext *h, char *buf, int buf_size);
|
void url_get_filename(URLContext *h, char *buf, int buf_size);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue