On Mon, Oct 03, 2011 at 09:59:20PM +0200, Anton Khirnov wrote: > This will allow the caller to enumerate child contexts in a generic way > and since the API is recursive, it also allows for deeper nesting (e.g. > AVFormatContext->AVIOContext->URLContext) > > This will also allow the new setting/reading API to transparently apply > to children contexts. > --- > libavcodec/options.c | 32 +++++++++++++++---------- > libavformat/options.c | 51 +++++++++++++++++++++++------------------ > libavutil/log.h | 16 +++++++++--- > libavutil/opt.c | 60 > ++++++++++++++++++++++++++++++++++++++++--------- > libavutil/opt.h | 17 ++++++++++++++ > 5 files changed, 126 insertions(+), 50 deletions(-)
I think that feature should get its chance, patch looks fine to me too. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
