mirror of https://github.com/FFmpeg/FFmpeg.git
AVIOContext has got an av_class member that only gets set if opening the context using avio_open2, but not if allocating a custom IO context. A caller that wants to read AVOptions from an AVIOContext (recursively using AV_OPT_SEARCH_CHILDREN) may not know if the AVIOContext actually has got a class set or not. Signed-off-by: Martin Storsjö <martin@martin.st>pull/37/head
parent
b7e6da988b
commit
c7e921a54f
1 changed files with 3 additions and 0 deletions
Loading…
Reference in new issue