aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-08-17 02:43:02 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-08-21 00:35:02 +0200
commita1094eaa304efcf11c8da027c7e02978c7a9792a (patch)
tree7554c788887bbd0f1510139b0274b959ebf443cf
parent78a4a76c8509c7c6fd919d2dde032defe1695111 (diff)
downloadffmpeg-a1094eaa304efcf11c8da027c7e02978c7a9792a.tar.gz
doc/filters.texi: Correct asegment example
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r--doc/filters.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 480cab706c..a5752c4d6e 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -25715,7 +25715,7 @@ Split input audio stream into three output audio streams, starting at start of i
and storing that in 1st output audio stream, then following at 60th second and storing than in 2nd
output audio stream, and last after 150th second of input audio stream store in 3rd output audio stream:
@example
-asegment=timestamps="60 | 150"
+asegment=timestamps="60|150"
@end example
@end itemize