The segfault occurred when running ffmpeg with x11grab and specifying a
resolution size greater than the screen, alongside an offset:
./ffmpeg -f x11grab -r 30 -s 1920x1147 -i :0.0+0,53 output.mkv
Signed-off-by: Matt Smiglarski
---
libavdevice/xcbgrab.c | 3 +++
1 file changed, 3 insertions(+)
On Fri, May 1, 2015 at 12:29 AM, Michael Niedermayer wrote:
> On Thu, Apr 30, 2015 at 09:27:25PM +0100, Matthew Smiglarski wrote:
>> The segfault occurred when running ffmpeg with x11grab and specifying a
>> resolution size greater than the screen, alongside an offset:
>>
&g