avformat/hlsenc: Fix wording in comment

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer 2015-07-26 22:06:19 +02:00
parent c5327df838
commit 29a43bd588
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}