It allows to check whether an AVCodecContext is open in a documented way. Right now the undocumented way this check is done in lavf/lavc is by checking whether AVCodecContext.codec is NULL. However it's desirable to be able to set AVCodecContext.codec before avcodec_open2().pull/3/merge
parent
f7fe41a04f
commit
af08d9aeea
5 changed files with 20 additions and 4 deletions
Loading…
Reference in new issue