Re: [FFmpeg-devel] [PATCH v06 1/5] KMSGrab: getfb2 format_modifier if user doesnt specify

2020-07-05 Thread C Hanish Menon
Hi Don't apply this patch, I will try and use ioctl directly instead of using xf86's GetFB2. Based on the reported compile issue with initialising global const for the fbtile patch when using older versions of gcc, I was checking the same using Ubuntu 16.04 setup, and realised that the older xf86

Re: [FFmpeg-devel] [PATCH v06 1/5] KMSGrab: getfb2 format_modifier if user doesnt specify

2020-07-04 Thread Lynne
Jul 4, 2020, 14:17 by hanish...@gmail.com: > If user doesnt specify a format_modifier explicitly, then use GetFB2 > to identify the format_modifier of the framebuffer being grabbed. > --- > Changelog | 1 + > libavdevice/kmsgrab.c | 22 +- > 2 files changed, 22 in

[FFmpeg-devel] [PATCH v06 1/5] KMSGrab: getfb2 format_modifier if user doesnt specify

2020-07-04 Thread hanishkvc
If user doesnt specify a format_modifier explicitly, then use GetFB2 to identify the format_modifier of the framebuffer being grabbed. --- Changelog | 1 + libavdevice/kmsgrab.c | 22 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/Changelog b/Cha