OSDN Git Service

AVOptions: deprecate av_opt_set_defaults2
authorAnton Khirnov <anton@khirnov.net>
Sun, 4 Sep 2011 09:42:41 +0000 (11:42 +0200)
committerAnton Khirnov <anton@khirnov.net>
Wed, 7 Sep 2011 09:19:43 +0000 (11:19 +0200)
commit79eff9132581af69fbbd2674337b75fad29aa306
tree598c62f3e4bbbb3714aaaed3ac7bc47cc91e8610
parenta7e2b2ccc9e184820f13894de6cb7e49abcb6130
AVOptions: deprecate av_opt_set_defaults2

It's a hack which was created to allow for multiple options with
different defaults to refer to same field (e.g. 'b' vs 'ab'). There is
no need for it anymore.
libavcodec/options.c
libavfilter/vf_drawtext.c
libavfilter/vsrc_movie.c
libavutil/avutil.h
libavutil/opt.c
libavutil/opt.h