diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-03-18 07:55:34 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-03-18 07:55:34 +0000 |
commit | fa3f2a351396e9d6469cf0e6f7a19380b852f38f (patch) | |
tree | a5c072d6dc02fbb963b2bdb683236082c9ca272a /doc/general.texi | |
parent | 000bbebb6649f81c19f934dc363b6fb3acfde5c3 (diff) | |
download | ffmpeg-fa3f2a351396e9d6469cf0e6f7a19380b852f38f.tar.gz |
Add list of supported input/output devices.
Originally committed as revision 18029 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/general.texi')
-rw-r--r-- | doc/general.texi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi index 21cee2e82b..b187825a9a 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -642,6 +642,25 @@ performance on systems without hardware floating point support). @code{X} means that the protocol is supported. +@section Input/Output Devices + +@multitable @columnfractions .4 .1 .1 +@item Name @tab Input @tab Output +@item ALSA @tab X @tab X +@item BEOS audio @tab X @tab X +@item BKTR @tab X @tab +@item DV1394 @tab X @tab +@item LIBDC1394 @tab X @tab +@item OSS @tab X @tab X +@item Video4Linux @tab X @tab +@item Video4Linux2 @tab X @tab +@item VfW capture @tab X @tab +@item X11 grabbing @tab X @tab +@end multitable + +@code{X} means that the protocol is supported. + + @chapter Platform Specific information @section BSD |