[libav-devel] [PATCH 03/12] RFC: movenc: Try supporting flushing the muxer by doing av_write_frame(..., NULL);

2012-01-20 Thread Martin Storsjö
--- libavformat/movenc.c | 10 -- libavformat/utils.c |7 ++- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/libavformat/movenc.c b/libavformat/movenc.c index f497b6a..06ad908 100644 --- a/libavformat/movenc.c +++ b/libavformat/movenc.c @@ -2370,13 +2370,19 @@

Re: [libav-devel] [PATCH 03/12] RFC: movenc: Try supporting flushing the muxer by doing av_write_frame(..., NULL);

2012-01-20 Thread Justin Ruggles
On 01/20/2012 08:20 AM, Martin Storsjö wrote: --- libavformat/movenc.c | 10 -- libavformat/utils.c |7 ++- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/libavformat/movenc.c b/libavformat/movenc.c index f497b6a..06ad908 100644 ---

Re: [libav-devel] [PATCH 03/12] RFC: movenc: Try supporting flushing the muxer by doing av_write_frame(..., NULL);

2012-01-20 Thread Martin Storsjö
On Fri, 20 Jan 2012, Justin Ruggles wrote: On 01/20/2012 08:20 AM, Martin Storsjö wrote: --- libavformat/movenc.c | 10 -- libavformat/utils.c |7 ++- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/libavformat/utils.c b/libavformat/utils.c index

Re: [libav-devel] [PATCH 03/12] RFC: movenc: Try supporting flushing the muxer by doing av_write_frame(..., NULL);

2012-01-20 Thread Justin Ruggles
On 01/20/2012 10:38 AM, Martin Storsjö wrote: On Fri, 20 Jan 2012, Justin Ruggles wrote: On 01/20/2012 08:20 AM, Martin Storsjö wrote: --- libavformat/movenc.c | 10 -- libavformat/utils.c |7 ++- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git