diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-05-30 21:04:14 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-01 20:49:18 +0200 |
commit | 00759d71a288a25e28ac6393c891f4173084dd6c (patch) | |
tree | 0eb38ba59c42e766fca2980d051567089467e165 /doc/APIchanges | |
parent | f028b7af7b785d8c69732b09cbddca61f641435a (diff) | |
download | ffmpeg-00759d71a288a25e28ac6393c891f4173084dd6c.tar.gz |
avutil/opt: add av_opt_copy()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
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 |