You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Merge commit '5f5b78aca35d07c771f5c4c73a984be9fe04a0b8'
* commit '5f5b78aca35d07c771f5c4c73a984be9fe04a0b8': xcbgrab: Free the host string after checking the connection Conflicts: libavdevice/xcbgrab.c No change as the bug was not in FFmpeg Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -621,6 +621,7 @@ static av_cold int xcbgrab_read_header(AVFormatContext *s)
|
|||||||
s->filename[0] ? s->filename : "default", ret);
|
s->filename[0] ? s->filename : "default", ret);
|
||||||
return AVERROR(EIO);
|
return AVERROR(EIO);
|
||||||
}
|
}
|
||||||
|
|
||||||
setup = xcb_get_setup(c->conn);
|
setup = xcb_get_setup(c->conn);
|
||||||
|
|
||||||
c->screen = get_screen(setup, screen_num);
|
c->screen = get_screen(setup, screen_num);
|
||||||
|
Reference in New Issue
Block a user