Re: [libav-devel] [PATCH 3/9] hwcontext: Add frame context mapping for nontrivial contexts

2017-04-28 Thread Anton Khirnov
Quoting Mark Thompson (2017-04-23 21:21:04) > Some frames contexts are not usable without additional format-specific > state in hwctx. This change adds new functions frames_derive_from and > frames_derive_to to initialise this state appropriately when deriving > a frames context which will require

[libav-devel] [PATCH 3/9] hwcontext: Add frame context mapping for nontrivial contexts

2017-04-23 Thread Mark Thompson
Some frames contexts are not usable without additional format-specific state in hwctx. This change adds new functions frames_derive_from and frames_derive_to to initialise this state appropriately when deriving a frames context which will require it to be set. --- map_frames_to/from renamed to fra