X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavdevice%2Fxcbgrab.c;h=8164101c5e55d89e048d0eced6d05db520b561b9;hb=d92f38c179591a608390ffa9fee59c309142e79d;hp=fbe89d472d61cff8854aad4d4684140b8bd63f31;hpb=a04ad248a05e7b613abe09b3bb067f555108d794;p=ffmpeg diff --git a/libavdevice/xcbgrab.c b/libavdevice/xcbgrab.c index fbe89d472d6..8164101c5e5 100644 --- a/libavdevice/xcbgrab.c +++ b/libavdevice/xcbgrab.c @@ -900,7 +900,7 @@ static av_cold int xcbgrab_read_header(AVFormatContext *s) return 0; } -AVInputFormat ff_xcbgrab_demuxer = { +const AVInputFormat ff_xcbgrab_demuxer = { .name = "x11grab", .long_name = NULL_IF_CONFIG_SMALL("X11 screen capture, using XCB"), .priv_data_size = sizeof(XCBGrabContext),