diff options
author | Thilo Borgmann <thilo.borgmann@mail.de> | 2014-03-30 21:14:17 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-03-30 21:29:25 +0200 |
commit | 6d9bdd9d8b6aa552d7cac5d6958b70796f94ca43 (patch) | |
tree | ba899cedcbd64bcebd7f7b151b8e84b6513c2441 /doc/indevs.texi | |
parent | 9c77e57393cc51551d14857729cba22b5372197a (diff) | |
download | ffmpeg-6d9bdd9d8b6aa552d7cac5d6958b70796f94ca43.tar.gz |
doc/indevs: Fix example for QTKit usage.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/indevs.texi')
-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 e1ff231f3d..68905ae0b0 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -538,7 +538,7 @@ QTKit input device. The filename passed as input is unused. The default device will be chosen. @example -ffmpeg -f isight -i "" out.mpg +ffmpeg -f qtkit -i "0" out.mpg @end example @section sndio |