diff options
author | Lukasz Marek <lukasz.m.luki2@gmail.com> | 2014-04-29 23:57:24 +0200 |
---|---|---|
committer | Lukasz Marek <lukasz.m.luki2@gmail.com> | 2014-05-02 18:04:05 +0200 |
commit | ba52fb11dc6305ec2ded10ad172ebb28e6583038 (patch) | |
tree | fcb8182debff800eaa038bdfacecc7857dd261bb /doc | |
parent | db4b03146cc3a355b000c4a8444efac3ee5b33f2 (diff) | |
download | ffmpeg-streaming-ba52fb11dc6305ec2ded10ad172ebb28e6583038.zip ffmpeg-streaming-ba52fb11dc6305ec2ded10ad172ebb28e6583038.tar.gz |
lavu/opt: add av_opt_set_dict2() function
Existing av_opt_set_dict doesn't accept flags.
It doesn't allow to pass options to nested structs.
New function alllows that.
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 7e3c592..b4fa99f 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2012-10-22 API changes, most recent first: +2014-05-xx - xxxxxxx - lavu 52.81.0 - opt.h + Add av_opt_set_dict2() function. + 2014-04-xx - xxxxxxx - lavc 55.50.3 - avcodec.h Deprecate CODEC_FLAG_MV0. It is replaced by the flag "mv0" in the "mpv_flags" private option of the mpegvideo encoders. |