[FFmpeg-devel] [PATCH] Fix segfault with x11grab when switching windows.

2015-04-30 Thread Matthew Smiglarski
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(+)

Re: [FFmpeg-devel] [PATCH] Fix segfault with x11grab when switching windows.

2015-05-01 Thread Matthew Smiglarski
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