diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-04-03 16:57:31 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-04-03 17:03:44 +0200 |
commit | 09656707cc756be57f6848dcd79f562df2698382 (patch) | |
tree | f403ecbc7a14956e02a4076aedeca6b0de8ac368 /doc/APIchanges | |
parent | f5d718ac7e201551d16ea2a1d3f8ce202d91cf67 (diff) | |
parent | eaed4da96ac6da54313b35a8567ebf415e6df4cf (diff) | |
download | ffmpeg-09656707cc756be57f6848dcd79f562df2698382.tar.gz |
Merge commit 'lukaszmluki/master^'
* commit 'lukaszmluki/master^':
lavu/opt: extend AVOptionRange by extra values
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index b8d8b8599d..475db5d951 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,10 @@ libavutil: 2012-10-22 API changes, most recent first: +2014-04-xx - xxxxxxx - lavu 52.72.100 - opt.h + Add AV_OPT_MULTI_COMPONENT_RANGE define to allow return + multi-component option ranges. + 2014-03-xx - xxxxxxx - lavu 52.70.100 - mem.h Add av_dynarray_add_nofree() function. |