[FFmpeg-devel] [FFmpeg-cvslog] lavc/qsvenc: add VDENC support for H264

Carl Eugen Hoyos ceffmpeg at gmail.com
Thu Jan 10 19:06:12 EET 2019


2019-01-10 14:51 GMT+01:00, Linjie Fu <git at videolan.org>:

> +#if QSV_HAVE_VDENC
> +    { "low_power", "enable low power mode(experimental: many limitations by
> mfx version, BRC modes, etc.)", OFFSET(qsv.low_power), AV_OPT_TYPE_BOOL, {
> .i64 =  0 }, 0, 1, VE},
> +#endif

This seems wrong to me: The visibility of an option should
probably not depend on configuration details (the effect can
of course depend on many details).

Carl Eugen


More information about the ffmpeg-devel mailing list