[FFmpeg-devel] [PATCH] avcodec/nvenc: Drop support for old nvenc api

Carl Eugen Hoyos cehoyos at ag.or.at
Tue Mar 24 10:03:59 CET 2015


 <timo <at> rothenpieler.org> writes:

> +#if NVENCAPI_MAJOR_VERSION < 5
> +#error "NVENC API 4 or older is not supported"
> +#endif

This should be checked in configure imo.

Could you confirm that the new api is available 
and that it works for all hardware that the old 
api supported?

Carl Eugen



More information about the ffmpeg-devel mailing list