]> git.sesse.net Git - ffmpeg/commit
avformat/dashdec: Avoid segfault when URL template is unexpectedly missing
authorsfan5 <sfan5@live.de>
Thu, 4 Feb 2021 01:33:17 +0000 (09:33 +0800)
committerSteven Liu <liuqi05@kuaishou.com>
Thu, 4 Feb 2021 02:30:39 +0000 (10:30 +0800)
commita44c42dc31333968650382a640480cedc3c9ae3c
tree881c78d3eaff8f71be56003d69b63a6cef6a84ed
parent5a98a027d6b4e21d8ada0b94ad81226b35c21446
avformat/dashdec: Avoid segfault when URL template is unexpectedly missing

This isn't supposed to happen, but unfinished support for non-templated
manifests and lack of e.g. presentationTimeOffset handling can provoke
such a situation even with well-formed input.
libavformat/dashdec.c