From ba52fb11dc6305ec2ded10ad172ebb28e6583038 Mon Sep 17 00:00:00 2001 From: Lukasz Marek Date: Tue, 29 Apr 2014 23:57:24 +0200 Subject: 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 --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/APIchanges b/doc/APIchanges index 7e3c592d75..b4fa99f2d4 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. -- cgit v1.2.3