diff options
author | Lukasz Marek <lukasz.m.luki@gmail.com> | 2014-03-30 15:09:10 +0200 |
---|---|---|
committer | Lukasz Marek <lukasz.m.luki@gmail.com> | 2014-04-03 13:28:13 +0200 |
commit | eaed4da96ac6da54313b35a8567ebf415e6df4cf (patch) | |
tree | 161522138a9015330ca0550d6a7d367496544c1d /doc/APIchanges | |
parent | fd2bcfc4d6967588168443849b9bc365c78bb9af (diff) | |
download | ffmpeg-eaed4da96ac6da54313b35a8567ebf415e6df4cf.tar.gz |
lavu/opt: extend AVOptionRange by extra values
AVOptionRange is not flexible enough to store AV_OPT_TYPE_IMAGE_SIZE
ranges. Current implementation can only store pixel count.
This patch aims to keep backward compatibility and extend
AVOptionRange with possibility to store width/height ranges.
Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
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..8b946e2dd2 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. |