Re: [FFmpeg-devel] [PATCH 1/2] avformat/dashdec: Fix missing NULL check

2021-02-03 Thread Steven Liu
> 2021年2月3日 下午7:30,Steven Liu 写道: > >> >> 2021年2月3日 下午7:03,sfan5 写道: >> >> 26.01.21 - 02:22 - Steven Liu: >>> sfan5 于2021年1月25日周一 下午11:25写道: --- libavformat/dashdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/dashdec.c b/libavf

Re: [FFmpeg-devel] [PATCH 1/2] avformat/dashdec: Fix missing NULL check

2021-02-03 Thread Steven Liu
> 2021年2月3日 下午7:03,sfan5 写道: > > 26.01.21 - 02:22 - Steven Liu: >> sfan5 于2021年1月25日周一 下午11:25写道: >>> --- >>> libavformat/dashdec.c | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >>> >>> diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c >>> index 693fc7372b..dc56e89f11

Re: [FFmpeg-devel] [PATCH 1/2] avformat/dashdec: Fix missing NULL check

2021-02-03 Thread sfan5
26.01.21 - 02:22 - Steven Liu: sfan5 于2021年1月25日周一 下午11:25写道: --- libavformat/dashdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c index 693fc7372b..dc56e89f11 100644 --- a/libavformat/dashdec.c +++ b/libavformat/dashde

Re: [FFmpeg-devel] [PATCH 1/2] avformat/dashdec: Fix missing NULL check

2021-01-25 Thread Steven Liu
sfan5 于2021年1月25日周一 下午11:25写道: > > --- > libavformat/dashdec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c > index 693fc7372b..dc56e89f11 100644 > --- a/libavformat/dashdec.c > +++ b/libavformat/dashdec.c > @@ -161,7 +16

[FFmpeg-devel] [PATCH 1/2] avformat/dashdec: Fix missing NULL check

2021-01-25 Thread sfan5
--- libavformat/dashdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c index 693fc7372b..dc56e89f11 100644 --- a/libavformat/dashdec.c +++ b/libavformat/dashdec.c @@ -161,7 +161,7 @@ typedef struct DASHContext { static int isht