Re: [FFmpeg-devel] [PATCH v3] avformat/dashdec: fix memleak for commit commit e134c203

2020-03-28 Thread Andreas Rheinhardt
Nicolas George: > Andreas Rheinhardt (12020-03-28): >> The commit title says that this commit is about fixing a memleak (it btw > > That is my concern too. > >> has one "commit" too much in it), whereas most of this patch is about >> adding new functionality. Which makes me wonder how you intend

Re: [FFmpeg-devel] [PATCH v3] avformat/dashdec: fix memleak for commit commit e134c203

2020-03-28 Thread Nicolas George
Andreas Rheinhardt (12020-03-28): > The commit title says that this commit is about fixing a memleak (it btw That is my concern too. > has one "commit" too much in it), whereas most of this patch is about > adding new functionality. Which makes me wonder how you intend to fix > this in the old

Re: [FFmpeg-devel] [PATCH v3] avformat/dashdec: fix memleak for commit commit e134c203

2020-03-27 Thread Steven Liu
> 2020年3月28日 上午10:15,Andreas Rheinhardt 写道: > > Steven Liu: >> >> >>> 2020年3月28日 上午9:37,Andreas Rheinhardt 写道: >>> >>> Steven Liu: These member will be used for get more correct information of the MPD Suggested-by: Andreas Rheinhardt Suggested-by: Nicolas George

Re: [FFmpeg-devel] [PATCH v3] avformat/dashdec: fix memleak for commit commit e134c203

2020-03-27 Thread Andreas Rheinhardt
Steven Liu: > > >> 2020年3月28日 上午9:37,Andreas Rheinhardt 写道: >> >> Steven Liu: >>> These member will be used for get more correct information of the MPD >>> >>> Suggested-by: Andreas Rheinhardt >>> Suggested-by: Nicolas George >>> Signed-off-by: Steven Liu >>> --- >>> libavformat/dashdec.c |

Re: [FFmpeg-devel] [PATCH v3] avformat/dashdec: fix memleak for commit commit e134c203

2020-03-27 Thread Steven Liu
> 2020年3月28日 上午9:37,Andreas Rheinhardt 写道: > > Steven Liu: >> These member will be used for get more correct information of the MPD >> >> Suggested-by: Andreas Rheinhardt >> Suggested-by: Nicolas George >> Signed-off-by: Steven Liu >> --- >> libavformat/dashdec.c | 244

Re: [FFmpeg-devel] [PATCH v3] avformat/dashdec: fix memleak for commit commit e134c203

2020-03-27 Thread Andreas Rheinhardt
Steven Liu: > These member will be used for get more correct information of the MPD > > Suggested-by: Andreas Rheinhardt > Suggested-by: Nicolas George > Signed-off-by: Steven Liu > --- > libavformat/dashdec.c | 244 -- > 1 file changed, 214

Re: [FFmpeg-devel] [PATCH v3] avformat/dashdec: fix memleak for commit commit e134c203

2020-03-26 Thread Steven Liu
> 2020年3月26日 下午11:46,Nicolas George 写道: > > Steven Liu (12020-03-24): >> These member will be used for get more correct information of the MPD >> >> Suggested-by: Andreas Rheinhardt >> Suggested-by: Nicolas George >> Signed-off-by: Steven Liu >> --- >> libavformat/dashdec.c | 244

Re: [FFmpeg-devel] [PATCH v3] avformat/dashdec: fix memleak for commit commit e134c203

2020-03-26 Thread Nicolas George
Steven Liu (12020-03-24): > These member will be used for get more correct information of the MPD > > Suggested-by: Andreas Rheinhardt > Suggested-by: Nicolas George > Signed-off-by: Steven Liu > --- > libavformat/dashdec.c | 244 -- > 1 file changed,

[FFmpeg-devel] [PATCH v3] avformat/dashdec: fix memleak for commit commit e134c203

2020-03-23 Thread Steven Liu
These member will be used for get more correct information of the MPD Suggested-by: Andreas Rheinhardt Suggested-by: Nicolas George Signed-off-by: Steven Liu --- libavformat/dashdec.c | 244 -- 1 file changed, 214 insertions(+), 30 deletions(-) diff