cuvid to opencl interop

Hi.

I need to decode H.264 video and post-process it.

I want to decode it with cuvid and process with OpenCL. OpenCL is a want-to-have feature, because it is easy to run it on CPU when there is no GPU onboard.

There is cuvidMapVideoFrame call that makes decoded video frame available. But is there any such way to make decoded video frame available for OpenCL kernel?