Browse Source

avformat/hlsenc: Fix wording in comment

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n2.8
Michael Niedermayer 10 years ago
parent
commit
29a43bd588
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/hlsenc.c

+ 1
- 1
libavformat/hlsenc.c 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;
}


Loading…
Cancel
Save