diff options
author | Lukasz Marek <lukasz.m.luki2@gmail.com> | 2014-11-10 22:28:44 +0100 |
---|---|---|
committer | Lukasz Marek <lukasz.m.luki2@gmail.com> | 2014-11-16 01:13:38 +0100 |
commit | bee5844ddd4efc771a85caf6168d79abe42769a2 (patch) | |
tree | 16da64c5f40a2032c684af9fae26ba0965f11f04 /doc | |
parent | eec693328a09f0dc6cbe398c199d093405ba7cf9 (diff) | |
download | ffmpeg-bee5844ddd4efc771a85caf6168d79abe42769a2.tar.gz |
lavu/opt: introduce av_opt_serialize()
Function allows to create string containing object's serialized options.
Such string may be passed back to av_set_options_string() in order to restore options.
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 079bfb5db2..b4a3ed88c5 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2014-08-09 API changes, most recent first: +2014-11-16 - xxxxxxx - lavu 54.13.0 - opt.h + Add av_opt_serialize(). + 2014-11-16 - xxxxxxx - lavu 54.12.0 - opt.h Add av_opt_is_set_to_default(). |