diff mbox

[FFmpeg-devel] doc/muxers/hlsenc: typo hls_flag: discont_starts => discont_start

Message ID 3944fb4b-1dc4-370d-5a5e-4af812e9d52a@vivanet.hu
State Accepted
Headers show

Commit Message

Bodecs Bela Jan. 5, 2017, 12:25 p.m. UTC
Dear All,

in doc/muxers/hlsenc, there is a  typo in hls_flags section: 
discont_starts instead of   discont_start


best regards,

Bela Bodecs

Comments

Steven Liu Jan. 5, 2017, 12:56 p.m. UTC | #1
2017-01-05 20:25 GMT+08:00 Bodecs Bela <bodecsb@vivanet.hu>:

> Dear All,
>
> in doc/muxers/hlsenc, there is a  typo in hls_flags section:
> discont_starts instead of   discont_start
>
>
> best regards,
>
> Bela Bodecs
>
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> looks ok,
but i'm not the doc maintainer :-)
Michael Niedermayer Jan. 5, 2017, 10:17 p.m. UTC | #2
On Thu, Jan 05, 2017 at 08:56:09PM +0800, Steven Liu wrote:
> 2017-01-05 20:25 GMT+08:00 Bodecs Bela <bodecsb@vivanet.hu>:
> 
> > Dear All,
> >
> > in doc/muxers/hlsenc, there is a  typo in hls_flags section:
> > discont_starts instead of   discont_start
> >
> >
> > best regards,
> >
> > Bela Bodecs
> >
> >
> > _______________________________________________
> > ffmpeg-devel mailing list
> > ffmpeg-devel@ffmpeg.org
> > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> >
> > looks ok,
> but i'm not the doc maintainer :-)

i think you can commit such simple changes ...

but applied

thx

[...]
diff mbox

Patch

From d6c3375508750886bc7edf82b5282c93e70a8e62 Mon Sep 17 00:00:00 2001
From: Bela Bodecs <bodecsb@vivanet.hu>
Date: Thu, 5 Jan 2017 13:21:13 +0100
Subject: [PATCH] doc/muxers/hlsenc: typo hls_flag: discont_starts =>
 discont_start

Signed-off-by: Bela Bodecs <bodecsb@vivanet.hu>
---
 doc/muxers.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/muxers.texi b/doc/muxers.texi
index b4a107c..351cd8c 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -567,7 +567,7 @@  and remove the @code{#EXT-X-ENDLIST} from the old segment list.
 Round the duration info in the playlist file segment info to integer
 values, instead of using floating point.
 
-@item discont_starts
+@item discont_start
 Add the @code{#EXT-X-DISCONTINUITY} tag to the playlist, before the
 first segment's information.
 
-- 
2.5.3.windows.1