[FFmpeg-cvslog] r25310 - trunk/libavformat/avio.h

stefano subversion
Sat Oct 2 11:16:52 CEST 2010


Author: stefano
Date: Sat Oct  2 11:16:52 2010
New Revision: 25310

Log:
Document url_get_filename().

Modified:
   trunk/libavformat/avio.h

Modified: trunk/libavformat/avio.h
==============================================================================
--- trunk/libavformat/avio.h	Sat Oct  2 10:44:33 2010	(r25309)
+++ trunk/libavformat/avio.h	Sat Oct  2 11:16:52 2010	(r25310)
@@ -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);
 
 /**



More information about the ffmpeg-cvslog mailing list