Commit 29a43bd5 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/hlsenc: Fix wording in comment

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent c5327df8
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment