mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avformat/hlsenc: Fix wording in comment
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
c5327df838
commit
29a43bd588
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user