diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-05-30 21:04:14 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2016-03-24 10:34:15 +0200 |
commit | 564b4591bbe223bdc5f36a1131eaef103f23f5d0 (patch) | |
tree | 75f56f2edb540eaa6bbeecdedef6b8b4fe6561b4 /doc/APIchanges | |
parent | 8833f1508b7b6afc3172a8017934a7a54428c686 (diff) | |
download | ffmpeg-564b4591bbe223bdc5f36a1131eaef103f23f5d0.tar.gz |
opt: Add av_opt_copy()
This includes documentation and other modifications by
Lukasz Marek and Martin Storsjö.
Signed-off-by: Martin Storsjö <martin@martin.st>
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 4dae05ecde..c3b81faf36 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2016-xx-xx - xxxxxxx - lavu 55.10.0 - opt.h + Add av_opt_copy(). + 2016-xx-xx - xxxxxxx - lavc 57.16.0 - avcodec.h Add a new audio/video encoding and decoding API with decoupled input and output -- avcodec_send_packet(), avcodec_receive_frame(), |