mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-17 04:17:05 +00:00
Merge commit '5b9c817dc7577b6d44acc94d73b9c77c52cda489'
* commit '5b9c817dc7577b6d44acc94d73b9c77c52cda489': x11grab: Check XFixesGetCursorImage return value Conflicts: libavdevice/x11grab.c See:a65c0a3fe8
The warning with adjusted text is kept froma65c0a3fe8
but drawing the cursor is not disabled in case XFixesGetCursorImage() fails Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
8e5be0fffe
@ -431,8 +431,7 @@ static void paint_mouse_pointer(XImage *image, AVFormatContext *s1)
|
||||
xcim = XFixesGetCursorImage(dpy);
|
||||
if (!xcim) {
|
||||
av_log(s1, AV_LOG_WARNING,
|
||||
"XFixes extension not available, impossible to draw cursor\n");
|
||||
s->draw_mouse = 0;
|
||||
"XFixesGetCursorImage failed\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user