Re: [FFmpeg-devel] [PATCH] Making process of uuid-xmp faster.

2016-11-09 Thread Chen Meng
Guess it because of the web-based mail client not pretty well for git patch.I'll try to mail a new patch by git directly.  --From:Michael Niedermayer Time:2016 Nov 9 (Wed) 17:10To:FFmpeg development discussions and patches Subject:R

Re: [FFmpeg-devel] [PATCH] Making process of uuid-xmp faster.

2016-11-09 Thread Michael Niedermayer
On Wed, Nov 09, 2016 at 11:19:10AM +0800, Chen Meng wrote: > Sorry for that, I've taken code back into up-date master branch again.--- >  libavformat/mov.c | 34 -- >  1 file changed, 20 insertions(+), 14 deletions(-) the problem is not at the branch level, theres so

Re: [FFmpeg-devel] [PATCH] Making process of uuid-xmp faster.

2016-11-08 Thread Chen Meng
Sorry for that, I've taken code back into up-date master branch again.---  libavformat/mov.c | 34 --  1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index ca978c2..c358d17 100644 --- a/libavformat/mov.c +++ b/lib

Re: [FFmpeg-devel] [PATCH] Making process of uuid-xmp faster.

2016-11-08 Thread Michael Niedermayer
On Tue, Nov 08, 2016 at 11:04:35PM +0800, Chen Meng wrote: > From baee22d71825128f74beb15122cd786f8d89f13f Mon Sep 17 00:00:00 2001 > From: Chen Meng  > Date: Tue, 8 Nov 2016 22:58:44 +0800 > Subject: [PATCH] Take the error code in return. git refuses to apply this Applying: Making process of uui

Re: [FFmpeg-devel] [PATCH] Making process of uuid-xmp faster.

2016-11-08 Thread Chen Meng
From baee22d71825128f74beb15122cd786f8d89f13f Mon Sep 17 00:00:00 2001 From: Chen Meng  Date: Tue, 8 Nov 2016 22:58:44 +0800 Subject: [PATCH] Take the error code in return. ---  libavformat/mov.c | 30 ++  1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/l

Re: [FFmpeg-devel] [PATCH] Making process of uuid-xmp faster.

2016-11-08 Thread Chen Meng
Thx for reply.I've tried to add error code in return. 此致——孟辰(阏逢) 阿里云事业群-飞天事业部-视频服务Eml: mengchen.mc@alibaba-inc.comMob: +86-1316-257-5752 | Tel: 021-5255-9888.71048Adr: 上海市浦东新区杨高南路759号陆家嘴世纪金融广场2号楼15层 --From:Michael Niedermayer

Re: [FFmpeg-devel] [PATCH] Making process of uuid-xmp faster.

2016-11-08 Thread Michael Niedermayer
On Tue, Nov 08, 2016 at 04:34:13PM +0800, Chen Meng wrote: > --- > libavformat/mov.c | 15 +++ > 1 file changed, 11 insertions(+), 4 deletions(-) > > diff --git a/libavformat/mov.c b/libavformat/mov.c > index f06de06..388cd1f 100644 > --- a/libavformat/mov.c > +++ b/libavformat/mov.c