> 在 2019年12月16日,08:04,Andreas Rheinhardt <andreas.rheinha...@gmail.com> 写道: > > Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@gmail.com> > --- > libavformat/hlsenc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c > index d738b08a3f..c612c3bbb8 100644 > --- a/libavformat/hlsenc.c > +++ b/libavformat/hlsenc.c > @@ -2819,7 +2819,7 @@ static int hls_init(AVFormatContext *s) > > if (vs->has_subtitle) { > vs->vtt_oformat = av_guess_format("webvtt", NULL, NULL); > - if (!vs->oformat) { > + if (!vs->vtt_oformat) { > ret = AVERROR_MUXER_NOT_FOUND; > goto fail; > } > -- > 2.20.1 > > _______________________________________________ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe”. LGTM
Thanks Steven _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".