Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-05-11 18:45:13 +0300
committerMichael Niedermayer <michaelni@gmx.at>2015-05-11 22:55:18 +0300
commit541d75f9a0b6e1b360345e289cb44e43a39643cd (patch)
tree48051441b995a9637db2ed0461145cd325f2f2c9 /doc/APIchanges
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/APIchanges')
-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().