Re: [FFmpeg-devel] [PATCH] libavformat/dashdec: Add a re-entrance check point after an interrupt operation

2018-08-29 Thread Liu Steven
> 在 2018年8月9日,上午2:09,Colin NG 写道: > > --- > libavformat/dashdec.c | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c > index 5730252..310dc20 100644 > --- a/libavformat/dashdec.c > +++ b/libavformat/dashdec.c > @@ -1764,6 +1764,12 @@ sta

[FFmpeg-devel] [PATCH] libavformat/dashdec: Add a re-entrance check point after an interrupt operation

2018-08-08 Thread Colin NG
--- libavformat/dashdec.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c index 5730252..310dc20 100644 --- a/libavformat/dashdec.c +++ b/libavformat/dashdec.c @@ -1764,6 +1764,12 @@ static int reopen_demux_for_component(AVFormatContext *s,