diff options
author | Clément Bœsch <u@pkh.me> | 2017-03-15 22:23:00 +0100 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2017-03-15 22:23:00 +0100 |
commit | 2f6661c940161e97c7d5a2275e398264b171e001 (patch) | |
tree | c891398aedfe5ebc4332917293924d0b44e3cf8e /doc/indevs.texi | |
parent | f6d61eb6f95aaf3a529397f205dd61d5dc47bce0 (diff) | |
download | ffmpeg-2f6661c940161e97c7d5a2275e398264b171e001.tar.gz |
doc: remove remaining legacy x11grab references
Diffstat (limited to 'doc/indevs.texi')
-rw-r--r-- | doc/indevs.texi | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi index 54f270b0dc..27cc3d5dc3 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -1305,9 +1305,6 @@ To enable this input device during configuration you need libxcb installed on your system. It will be automatically detected during configuration. -Alternatively, the configure option @option{--enable-x11grab} exists -for legacy Xlib users. - This device allows one to capture a region of an X11 display. The filename passed as input has the syntax: @@ -1395,11 +1392,6 @@ ffmpeg -f x11grab -follow_mouse centered -show_region 1 -framerate 25 -video_siz @item video_size Set the video frame size. Default value is @code{vga}. -@item use_shm -Use the MIT-SHM extension for shared memory. Default value is @code{1}. -It may be necessary to disable it for remote displays (legacy x11grab -only). - @item grab_x @item grab_y Set the grabbing region coordinates. They are expressed as offset from |