AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find().
authorAnton Khirnov <anton@khirnov.net>
Tue, 23 Aug 2011 05:11:26 +0000 (07:11 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sat, 3 Sep 2011 18:52:21 +0000 (20:52 +0200)
commitc11fb8288d282da430f598bb029deccbacb31591
tree22a1048ae72d776fd0681f063f391208d80171f7
parent5938e02185430ca711106aaec9b5622dbf588af3
AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find().

It allows to search for options only with AVClass, without allocating
the corresponding context.
doc/APIchanges
libavcodec/options.c
libavformat/options.c
libavutil/avutil.h
libavutil/opt.h