[FFmpeg-devel] [PATCH v3] avdevice/xcbgrab: Add select_region option

Moritz Barsnick barsnick at gmx.net
Sun Jul 5 02:48:13 EEST 2020


On Wed, Jul 01, 2020 at 11:30:33 +0200, Omar Emara wrote:
>      { "region_border", "Set the region border thickness.", OFFSET(region_border), AV_OPT_TYPE_INT, { .i64 = 3 }, 1, 128, D },
> +    { "select_region", "Select the grabbing region graphically using the pointer.", OFFSET(select_region), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, D },

AV_OPT_TYPE_BOOL

Regards,
Moritz


More information about the ffmpeg-devel mailing list