From b0634fd11e674ea18d989071adeddeea0e5aca86 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 24 Jan 2010 22:07:32 +0000 Subject: Doxument url_open(). Originally committed as revision 21437 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avio.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'libavformat') diff --git a/libavformat/avio.h b/libavformat/avio.h index 5c9b7dafb0..7227729297 100644 --- a/libavformat/avio.h +++ b/libavformat/avio.h @@ -79,6 +79,17 @@ typedef int URLInterruptCB(void); int url_open_protocol (URLContext **puc, struct URLProtocol *up, const char *url, int flags); +/** + * Creates an URLContext for accessing to the resource indicated by + * url, and opens it. + * + * @param puc pointer to the location where, in case of success, the + * function puts the pointer to the created URLContext + * @param flags flags which control how the resource indicated by url + * is to be opened + * @return 0 in case of success, a negative value corresponding to an + * AVERROR code in case of failure + */ int url_open(URLContext **h, const char *url, int flags); /** -- cgit v1.2.3