avformat/hlsenc: Fix wording in comment

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
pull/141/head
Michael Niedermayer 9 years ago
parent c5327df838
commit 29a43bd588
  1. 2
      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;
}

Loading…
Cancel
Save