summaryrefslogtreecommitdiff
path: root/doc/indevs.texi
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2018-12-31 20:45:17 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2019-01-01 21:11:47 +0100
commitb33de557470471fe5d3a07fb441ec3f548f1d50a (patch)
tree60c2bff8eca0a498ed1d9a3f23f9c66919b99710 /doc/indevs.texi
parent3ee323583993cab68bf9d245906d9778273504fa (diff)
downloadffmpeg-b33de557470471fe5d3a07fb441ec3f548f1d50a.tar.gz
doc/indevs: fix upto typo
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
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 294ffa137c..af3173217f 100644
--- a/doc/indevs.texi
+++ b/doc/indevs.texi
@@ -374,7 +374,7 @@ Defaults to @option{false}.
@item timestamp_align
Capture start time alignment in seconds. If set to nonzero, input frames are
dropped till the system timestamp aligns with configured value.
-Alignment difference of upto one frame duration is tolerated.
+Alignment difference of up to one frame duration is tolerated.
This is useful for maintaining input synchronization across N different
hardware devices deployed for 'N-way' redundancy. The system time of different
hardware devices should be synchronized with protocols such as NTP or PTP,