[FFmpeg-devel] Access to cuda functions

Hendrik Leppkes h.leppkes at gmail.com
Thu Apr 26 15:08:50 EEST 2018


On Thu, Apr 26, 2018 at 2:06 PM, Daniel Oberhoff
<danieloberhoff at googlemail.com> wrote:
> Hello,
>
> I just started programming to directly use the cuda decoded frames on the gpu (working off master). Would it be possible to publicly expose the loaded cuda functions? This way I can inherit the possibility to build with cuda support but run in absence of cuda on the target. Currently these are hidden from the public interface.
>

This doesn't belong into the API, so thats not going to happen, but
the CUDA loader we use is public and you can just use it to do the
same thing:
http://git.videolan.org/?p=ffmpeg/nv-codec-headers.git;a=summary

- Hendrik


More information about the ffmpeg-devel mailing list