[SCM] libav/experimental: Doxument url_open_protocol().
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:58:28 UTC 2013
The following commit has been merged in the experimental branch:
commit 333146ddc57c34633d4cdfdb77a019f08472bbb3
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date: Sun Jan 24 13:31:25 2010 +0000
Doxument url_open_protocol().
Originally committed as revision 21417 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavformat/avio.h b/libavformat/avio.h
index 0ab3513..d7b7e26 100644
--- a/libavformat/avio.h
+++ b/libavformat/avio.h
@@ -65,8 +65,20 @@ typedef struct URLPollEntry {
typedef int URLInterruptCB(void);
+/**
+ * Creates an URLContext for accessing to the resource indicated by
+ * filename, and opens it using the URLProtocol up.
+ *
+ * @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 filename
+ * 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_protocol (URLContext **puc, struct URLProtocol *up,
const char *filename, int flags);
+
int url_open(URLContext **h, const char *filename, int flags);
/**
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list