diff options
author | Clément Bœsch <ubitux@gmail.com> | 2011-11-05 15:30:46 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2011-11-05 15:30:46 +0100 |
commit | a010b56ebcaa9933f9febcdf7809b9b437b80276 (patch) | |
tree | a70a29a41505b69dbc1fdf996cb4e56e2dec6ad1 | |
parent | 11f2a5658568660506bfec55efc4ae73714144f7 (diff) | |
download | ffmpeg-streaming-a010b56ebcaa9933f9febcdf7809b9b437b80276.zip ffmpeg-streaming-a010b56ebcaa9933f9febcdf7809b9b437b80276.tar.gz |
doc: fix typo in previous commit.
-rw-r--r-- | doc/indevs.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi index bfcc9c7..3aa8f2f 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -532,7 +532,7 @@ 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 +"v4l" and "v4l2" can be used as aliases for the respective "video4linux" and "video4linux2". @section vfwcap |