On 27 January 2015 at 22:48, Lou Logan <l...@lrcd.com> wrote: > Signed-off-by: Lou Logan <l...@lrcd.com> > --- > doc/indevs.texi | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/doc/indevs.texi b/doc/indevs.texi > index ae61331..350adfe 100644 > --- a/doc/indevs.texi > +++ b/doc/indevs.texi > @@ -971,6 +971,7 @@ The filename passed as input is the capture driver > number, ranging from > 0 to 9. You may use "list" as filename to print a list of drivers. Any > other filename will be interpreted as device number 0. > > +@anchor{x11grab} > @section x11grab > > X11 video input device. > @@ -1064,6 +1065,15 @@ 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 > > +@section xcbgrab > + > +XCB based X11 video input device. > + > +To enable this input device during configuration you need > +libxcb installed on your system. > + > +Options are identical to @ref{x11grab}. > > I'm not sure this is intended, but x11grab and xcbgrab are exclusive and cannot be present aside:
git grep '"x11grab"' x11grab.c: .name = "x11grab", xcbgrab.c: .name = "x11grab", Maybe it is worth to mention it somewhere to not confuse users. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel