[FFmpeg-devel] [PATCH v4 1/1] avdevice/gdigrab add use_captureblt option
Derek Buitenhuis
derek.buitenhuis at gmail.com
Mon Jan 13 18:10:09 EET 2020
On 11/01/2020 09:18, fgodtdev at hotmail.com wrote:
> From: FgoDt <fgodtdev at hotmail.com>
>
> Add use_captureblt option for disable or use CAPTUREBLT flag, when useing the bitblt function with CAPTUREBLT may caused the Windows mouse cursor flicker. most time we don't need this flag to capture window
> I tested on Windows 10 works fine
>
> Signed-off-by: fgodt <fgodtdev at hotmail.com>
> ---
> doc/indevs.texi | 7 +++++++
> libavdevice/gdigrab.c | 10 +++++++++-
> 2 files changed, 16 insertions(+), 1 deletion(-)
Does it make sense to name this something like 'capature_layered_windows'?
Using the name of the flag is a bit unintuitive from a user perspective.
Same for the description.
- Derek
More information about the ffmpeg-devel
mailing list