[SCM] libav/experimental: Document url_get_filename().
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 17:16:50 UTC 2013
The following commit has been merged in the experimental branch:
commit 8bf256bcc064ffa073b67e237f3141427d1f396c
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date: Sat Oct 2 09:16:52 2010 +0000
Document url_get_filename().
Originally committed as revision 25310 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavformat/avio.h b/libavformat/avio.h
index 1e97357..223bb43 100644
--- a/libavformat/avio.h
+++ b/libavformat/avio.h
@@ -190,6 +190,12 @@ int url_get_file_handle(URLContext *h);
* @return maximum packet size in bytes
*/
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);
/**
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list