Evgeniy Pantyuhin via ffmpeg-devel <ffmpeg-devel@ffmpeg.org> 于2023年12月7日周四 04:32写道: > > Signed-off-by: Evgeniy <pn...@mail.ru> > --- > libavformat/dashdec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c > index 29d4680..36e4719 100644 > --- a/libavformat/dashdec.c > +++ b/libavformat/dashdec.c > @@ -768,7 +768,7 @@ static int resolve_content_path(AVFormatContext *s, const > char *url, int *max_ur > baseurl = xmlNodeGetContent(node); > root_url = (av_strcasecmp(baseurl, "")) ? baseurl : path; > if (node) { > - xmlNodeSetContent(node, root_url); > + xmlNodeSetContent(node, xmlEncodeEntitiesReentrant(NULL, root_url)); > updated = 1; > } > > -- > 2.40.0.windows.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".