-
- Downloads
AVOptions: add new API for enumerating children.
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.
Showing
- libavcodec/options.c 19 additions, 13 deletionslibavcodec/options.c
- libavformat/options.c 29 additions, 22 deletionslibavformat/options.c
- libavutil/log.h 12 additions, 4 deletionslibavutil/log.h
- libavutil/opt.c 43 additions, 5 deletionslibavutil/opt.c
- libavutil/opt.h 41 additions, 0 deletionslibavutil/opt.h
Loading
Please register or sign in to comment