[FFmpeg-cvslog] avformat/hlsenc: Fix wording in comment
Michael Niedermayer
git at videolan.org
Sun Jul 26 22:17:05 CEST 2015
ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Sun Jul 26 22:06:19 2015 +0200| [29a43bd588b03766d0e9accbaebfc255a1709862] | committer: Michael Niedermayer
avformat/hlsenc: Fix wording in comment
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=29a43bd588b03766d0e9accbaebfc255a1709862
---
libavformat/hlsenc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
index eea7c81..2c0c6f0 100644
--- a/libavformat/hlsenc.c
+++ b/libavformat/hlsenc.c
@@ -662,7 +662,7 @@ static int hls_write_header(AVFormatContext *s)
else if (hls->vtt_avf)
inner_st = hls->vtt_avf->streams[0];
else {
- /* We have subtitle stream, when user dont want */
+ /* We have a subtitle stream, when the user does not want one */
inner_st = NULL;
continue;
}
More information about the ffmpeg-cvslog
mailing list