doc/indevs: fix hdvbuffer typo in iec61883 example

Option name is dvbuffer.

Signed-off-by: Lou Logan <lou@lrcd.com>
pull/302/head
Lou Logan 6 years ago
parent 6190f873eb
commit 0e8eb07980
  1. 2
      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

Loading…
Cancel
Save