On Thu, Apr 26, 2018 at 2:06 PM, Daniel Oberhoff
<danieloberh...@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
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to