summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2011-11-01 13:40:04 +0200
committerMartin Storsjö <martin@martin.st>2011-11-05 12:17:51 +0200
commitb6d08f40aa9893c77a982fc17c289da0c27ccd96 (patch)
tree55805e2b06f08fb31f3d50822ed01ff0339a717f /doc
parent183baeadca74f4087b58dc5a94a649473f28470c (diff)
avformat: Add functions for doing global network initialization
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 79aa202ec1..1e6adf5a62 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2011-04-18
API changes, most recent first:
+2011-11-xx - xxxxxxx - lavf 53.13.0
+ Add avformat_network_init()/avformat_network_uninit()
+
2011-xx-xx - xxxxxxx - lavc 53.15.0
Remove avcodec_parse_frame.
Deprecate AVCodecContext.parse_only and CODEC_CAP_PARSE_ONLY.