diff options
author | Nicolas George <george@nsup.org> | 2014-07-15 11:37:47 +0200 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2014-07-17 18:12:15 +0200 |
commit | 1d12df1ad78c2f271cb4e70468881d963ec888d7 (patch) | |
tree | cca21a959a40c66ae129cca18d751eec24ca49f2 /doc/indevs.texi | |
parent | 16c6795465fd7663792fe535256c760560714863 (diff) | |
download | ffmpeg-1d12df1ad78c2f271cb4e70468881d963ec888d7.tar.gz |
lavd/x11grab: add an option to disable MIT-SHM.
With remote displays supporting the MIT-SHM extension,
the extension is detected and used, but attaching fails
asynchronously.
Diffstat (limited to 'doc/indevs.texi')
-rw-r--r-- | doc/indevs.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi index 4205808776..4ca12ff6cc 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -895,6 +895,10 @@ 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. @end table @c man end INPUT DEVICES |