projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6190f87
)
doc/indevs: fix hdvbuffer typo in iec61883 example
author
Lou Logan
<lou@lrcd.com>
Tue, 11 Dec 2018 00:17:57 +0000
(15:17 -0900)
committer
Lou Logan
<lou@lrcd.com>
Tue, 11 Dec 2018 00:17:57 +0000
(15:17 -0900)
Option name is dvbuffer.
Signed-off-by: Lou Logan <lou@lrcd.com>
doc/indevs.texi
patch
|
blob
|
history
diff --git
a/doc/indevs.texi
b/doc/indevs.texi
index
e1301cc
..
1f30f23
100644
(file)
--- 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 -
h
dvbuffer 100000 out.mpg
+ffmpeg -f iec61883 -i auto -dvbuffer 100000 out.mpg
@end example
@end itemize