diff options
author | Clément Bœsch <ubitux@gmail.com> | 2011-11-05 15:30:10 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2011-11-05 15:30:10 +0100 |
commit | 11f2a5658568660506bfec55efc4ae73714144f7 (patch) | |
tree | 4d558776fbe241f40cc255cd4bbb738fda2df456 /doc | |
parent | 1335331e8eb156d0a8cddee2553b2b87a5f28766 (diff) | |
download | ffmpeg-11f2a5658568660506bfec55efc4ae73714144f7.tar.gz |
doc: document v4l and v4l2 aliases.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/indevs.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi index 3d26a49312..bfcc9c79b9 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -532,6 +532,9 @@ ffplay -f video4linux2 /dev/video0 ffmpeg -f video4linux2 -i /dev/video0 out.mpeg @end example +"v4l" and "v4l2" can be used as aliases for the respective "video2linux" and +"video4linux2". + @section vfwcap VfW (Video for Windows) capture input device. |