[FFmpeg-cvslog] doc/indevs: fix hdvbuffer typo in iec61883 example
Lou Logan
git at videolan.org
Tue Dec 11 02:20:37 EET 2018
ffmpeg | branch: master | Lou Logan <lou at lrcd.com> | Mon Dec 10 15:17:57 2018 -0900| [0e8eb07980de828569aedecc84b74259401cd4c1] | committer: Lou Logan
doc/indevs: fix hdvbuffer typo in iec61883 example
Option name is dvbuffer.
Signed-off-by: Lou Logan <lou at lrcd.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0e8eb07980de828569aedecc84b74259401cd4c1
---
doc/indevs.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the ffmpeg-cvslog
mailing list