Re: [FFmpeg-devel] [PATCH] Make the process for uuid-xmp data faster
avio_skip(AVIOContext *s, int64_t offset) equals avio_seek(s, offset, SEEK_CUR), of course, I have to say which has a better name. --From:Steven Liu Time:2016 Nov 9 (Wed) 21:00To:FFmpeg development discussions and patches Cc:Oliver
Re: [FFmpeg-devel] [PATCH] Make the process for uuid-xmp data faster
2016-11-09 17:30 GMT+08:00 Chen Meng : > --- > 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/libavformat/mov.c