summaryrefslogtreecommitdiff
path: root/libavdevice/xcbgrab.c
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-03-15 22:17:29 +0100
committerClément Bœsch <u@pkh.me>2017-03-15 22:19:56 +0100
commitf6d61eb6f95aaf3a529397f205dd61d5dc47bce0 (patch)
tree72fcaac4e010ca7f15471c5ca5a4347da426c4d4 /libavdevice/xcbgrab.c
parent4a9c5f6bc5a825f10b77f6ce084aa840d5c1d93e (diff)
parent5ed4644d6de7f6112431dc2d9a5cfe9a0a75a688 (diff)
Merge commit '5ed4644d6de7f6112431dc2d9a5cfe9a0a75a688'
* commit '5ed4644d6de7f6112431dc2d9a5cfe9a0a75a688': x11grab: Rename internal component to "xcbgrab" Merged-by: Clément Bœsch <u@pkh.me>
Diffstat (limited to 'libavdevice/xcbgrab.c')
-rw-r--r--libavdevice/xcbgrab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/xcbgrab.c b/libavdevice/xcbgrab.c
index 702e66c71f..2068cd3ab4 100644
--- a/libavdevice/xcbgrab.c
+++ b/libavdevice/xcbgrab.c
@@ -690,7 +690,7 @@ static av_cold int xcbgrab_read_header(AVFormatContext *s)
return 0;
}
-AVInputFormat ff_x11grab_xcb_demuxer = {
+AVInputFormat ff_xcbgrab_demuxer = {
.name = "x11grab",
.long_name = NULL_IF_CONFIG_SMALL("X11 screen capture, using XCB"),
.priv_data_size = sizeof(XCBGrabContext),