summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-05-11 17:45:13 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-05-11 21:55:18 +0200
commit541d75f9a0b6e1b360345e289cb44e43a39643cd (patch)
tree48051441b995a9637db2ed0461145cd325f2f2c9 /doc
parent0382c94f13b4b20456b7259e90b170dc020419b8 (diff)
avformat: add callback for opening further files
Previous version reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 822e6e5edd..a173931bc7 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2014-08-09
API changes, most recent first:
+2015-05-11 - XXXXXXX - lavf 56.33.100 - avformat.h
+ Add AVOpenCallback AVFormatContext.open_cb
+
2015-05-07 - a7dd933 - 56.38.100 - avcodec.h
Add av_packet_side_data_name().