summaryrefslogtreecommitdiff
path: root/doc/indevs.texi
diff options
context:
space:
mode:
authorLou Logan <lou@lrcd.com>2018-12-10 15:17:57 -0900
committerLou Logan <lou@lrcd.com>2018-12-10 15:17:57 -0900
commit0e8eb07980de828569aedecc84b74259401cd4c1 (patch)
tree88bfc45ca4e770881f5af42936b1c42f3cf6db58 /doc/indevs.texi
parent6190f873eb6d1f2000d64f04e685575e687b61f1 (diff)
doc/indevs: fix hdvbuffer typo in iec61883 example
Option name is dvbuffer. Signed-off-by: Lou Logan <lou@lrcd.com>
Diffstat (limited to 'doc/indevs.texi')
-rw-r--r--doc/indevs.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi
index e1301ccf97..1f30f2360f 100644
--- a/doc/indevs.texi
+++ b/doc/indevs.texi
@@ -787,7 +787,7 @@ ffplay -f iec61883 -i auto
Grab and record the input of a FireWire DV/HDV device,
using a packet buffer of 100000 packets if the source is HDV.
@example
-ffmpeg -f iec61883 -i auto -hdvbuffer 100000 out.mpg
+ffmpeg -f iec61883 -i auto -dvbuffer 100000 out.mpg
@end example
@end itemize