Skip to content
Snippets Groups Projects
  • Anton Khirnov's avatar
    641c7afe
    AVOptions: add new API for enumerating children. · 641c7afe
    Anton Khirnov authored
    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.
    641c7afe
    History
    AVOptions: add new API for enumerating children.
    Anton Khirnov authored
    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.