diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-07-26 22:06:19 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-07-26 22:06:19 +0200 |
commit | 29a43bd588b03766d0e9accbaebfc255a1709862 (patch) | |
tree | 25381e32d0723fe0ee523b8238fb16d6e58afadf /libavformat/hlsenc.c | |
parent | c5327df838396e7c43a56bdd141c0f01ba3edc94 (diff) | |
download | ffmpeg-streaming-29a43bd588b03766d0e9accbaebfc255a1709862.zip ffmpeg-streaming-29a43bd588b03766d0e9accbaebfc255a1709862.tar.gz |
avformat/hlsenc: Fix wording in comment
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/hlsenc.c')
-rw-r--r-- | libavformat/hlsenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |