Browse Source

doc/indevs: fix hdvbuffer typo in iec61883 example

Option name is dvbuffer.

Signed-off-by: Lou Logan <lou@lrcd.com>
tags/n4.2
Lou Logan 7 years ago
parent
commit
0e8eb07980
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/indevs.texi

+ 1
- 1
doc/indevs.texi View File

@@ -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