diff mbox series

[FFmpeg-devel] doc/filters.texi: Correct asegment example

Message ID AM7PR03MB666096EFC7B517401AE585CB8FFE9@AM7PR03MB6660.eurprd03.prod.outlook.com
State Accepted
Commit a1094eaa304efcf11c8da027c7e02978c7a9792a
Headers show
Series [FFmpeg-devel] doc/filters.texi: Correct asegment example | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Andreas Rheinhardt Aug. 17, 2021, 12:43 a.m. UTC
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 doc/filters.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Paul B Mahol Aug. 18, 2021, 7:32 p.m. UTC | #1
lgtm
diff mbox series

Patch

diff --git a/doc/filters.texi b/doc/filters.texi
index f8d99b7171..b8e413a40d 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