[FFmpeg-cvslog] doc/indevs: Fix example for QTKit usage.
Thilo Borgmann
git at videolan.org
Sun Mar 30 23:13:26 CEST 2014
ffmpeg | branch: master | Thilo Borgmann <thilo.borgmann at mail.de> | Sun Mar 30 21:14:17 2014 +0200| [6d9bdd9d8b6aa552d7cac5d6958b70796f94ca43] | committer: Michael Niedermayer
doc/indevs: Fix example for QTKit usage.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6d9bdd9d8b6aa552d7cac5d6958b70796f94ca43
---
doc/indevs.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/indevs.texi b/doc/indevs.texi
index e1ff231..68905ae 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
More information about the ffmpeg-cvslog
mailing list