[libav-devel] [PATCH 04/13] movenc: Allow the caller to decide on fragmentation

2012-01-20 Thread Martin Storsjö
--- Added a new movflag for indicating that the caller wants to use this method (without having to enable fragmentation by choosing any other fragmentation criteria). libavformat/movenc.c | 26 +- libavformat/movenc.h |1 + 2 files changed, 18 insertions(+), 9 deleti

[libav-devel] [PATCH 04/13] movenc: Allow the caller to decide on fragmentation

2012-01-20 Thread Martin Storsjö
--- libavformat/movenc.c | 26 +- libavformat/movenc.h |1 + 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/libavformat/movenc.c b/libavformat/movenc.c index 08d534a..100c943 100644 --- a/libavformat/movenc.c +++ b/libavformat/movenc.c @@ -48,6 +48,7

Re: [libav-devel] [PATCH 04/13] movenc: Allow the caller to decide on fragmentation

2012-01-25 Thread Martin Storsjö
On Fri, 20 Jan 2012, Martin Storsjö wrote: --- Added a new movflag for indicating that the caller wants to use this method (without having to enable fragmentation by choosing any other fragmentation criteria). libavformat/movenc.c | 26 +- libavformat/movenc.h |1 +

Re: [libav-devel] [PATCH 04/13] movenc: Allow the caller to decide on fragmentation

2012-01-25 Thread Ronald S. Bultje
Hi, On Sat, Jan 21, 2012 at 2:02 AM, Martin Storsjö wrote: > @@ -2370,13 +2371,19 @@ int ff_mov_write_packet(AVFormatContext *s, AVPacket > *pkt) >  { >     MOVMuxContext *mov = s->priv_data; >     AVIOContext *pb = s->pb; > -    MOVTrack *trk = &mov->tracks[pkt->stream_index]; > +    MOVTrack *

Re: [libav-devel] [PATCH 04/13] movenc: Allow the caller to decide on fragmentation

2012-01-25 Thread Martin Storsjö
On Wed, 25 Jan 2012, Ronald S. Bultje wrote: Hi, On Sat, Jan 21, 2012 at 2:02 AM, Martin Storsjö wrote: @@ -2370,13 +2371,19 @@ int ff_mov_write_packet(AVFormatContext *s, AVPacket *pkt)  {     MOVMuxContext *mov = s->priv_data;     AVIOContext *pb = s->pb; -    MOVTrack *trk = &mov->tracks[