summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2011-02-04 19:12:36 +0100
committerRonald S. Bultje <rsbultje@gmail.com>2011-02-05 20:28:04 -0500
commitfe174fc8fc4bbdb050014a945de7eb9b28ba358e (patch)
treee1beb16765b4059e7169a39d9458173e777ba990 /doc/APIchanges
parentf4a86bc981d6743778dd1037fea243d36229ede1 (diff)
Non-blocking protocols: flag and documentation
Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index e182e322ea..9216d632d9 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2009-03-08
API changes, most recent first:
+2011-02-XX - XXXXXXX - lavf 52.XX.0 - avio.h
+ Add flag for non-blocking protocols: URL_FLAG_NONBLOCK
+
2011-02-04 - f124b08 - lavf 52.96.0 - avformat_free_context()
Add avformat_free_context() in avformat.h.