Re: [libav-devel] [PATCH 2/3] movenc: Don't write any edit list if the start offset is zero

2017-02-22 Thread Yusuke Nakamura
2017-02-22 6:45 GMT+09:00 Martin Storsjö : > Hi Yusuke, > > > On Wed, 22 Feb 2017, Yusuke Nakamura wrote: > > 2017-02-20 6:22 GMT+09:00 Martin Storsjö : >> >> In these cases, the CTTS flag is set, but no edit list is necessary. >>> --- >>> libavformat/movenc.c

Re: [libav-devel] [PATCH 2/3] movenc: Don't write any edit list if the start offset is zero

2017-02-21 Thread Martin Storsjö
Hi Yusuke, On Wed, 22 Feb 2017, Yusuke Nakamura wrote: 2017-02-20 6:22 GMT+09:00 Martin Storsjö : In these cases, the CTTS flag is set, but no edit list is necessary. --- libavformat/movenc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

Re: [libav-devel] [PATCH 2/3] movenc: Don't write any edit list if the start offset is zero

2017-02-21 Thread Yusuke Nakamura
2017-02-20 6:22 GMT+09:00 Martin Storsjö : > In these cases, the CTTS flag is set, but no edit list is necessary. > --- > libavformat/movenc.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/libavformat/movenc.c b/libavformat/movenc.c > index