[FFmpeg-devel] [PATCH 3/4] Document url_get_filename().

Stefano Sabatini stefano.sabatini-lala
Thu Sep 30 11:23:56 CEST 2010


---
 libavformat/avio.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/libavformat/avio.h b/libavformat/avio.h
index 1cc7fa0..34437bc 100644
--- a/libavformat/avio.h
+++ b/libavformat/avio.h
@@ -204,6 +204,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.
+ *
+ * @buf_size size in bytes of buf
+ */
 void url_get_filename(URLContext *h, char *buf, int buf_size);
 
 /**
-- 
1.7.1




More information about the ffmpeg-devel mailing list