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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-05-30 23:04:14 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-06-01 22:49:18 +0400
commit00759d71a288a25e28ac6393c891f4173084dd6c (patch)
tree0eb38ba59c42e766fca2980d051567089467e165 /doc/APIchanges
parentf028b7af7b785d8c69732b09cbddca61f641435a (diff)
avutil/opt: add av_opt_copy()
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 a76b0b605b..295aed18a8 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2012-10-22
API changes, most recent first:
+2014-05-30 - xxxxxxx - lavu 52.89.100 - opt.h
+ Add av_opt_copy()
+
2014-04-xx - xxxxxxx - lavc 55.54.0 - avcodec.h
Add AVCodecContext.side_data_only_packets to allow encoders to output packets
with only side data. This option may become mandatory in the future, so all