Re: [libav-devel] [PATCH 3/8] segment: Use the public av_write_header/av_write_trailer functions

2012-10-03 Thread Martin Storsjö
On Thu, 4 Oct 2012, Luca Barbato wrote: On 10/03/2012 11:37 PM, Martin Storsjö wrote: With this change, the segmenter muxer doesn't rely on anything not available/supported to libavformat external users, making the segmenter muxer do things just like a normal segmenter application using libavfo

Re: [libav-devel] [PATCH 3/8] segment: Use the public av_write_header/av_write_trailer functions

2012-10-03 Thread Luca Barbato
On 10/03/2012 11:37 PM, Martin Storsjö wrote: > With this change, the segmenter muxer doesn't rely on anything > not available/supported to libavformat external users, making > the segmenter muxer do things just like a normal segmenter > application using libavformat would do. > --- > libavformat/

[libav-devel] [PATCH 3/8] segment: Use the public av_write_header/av_write_trailer functions

2012-10-03 Thread Martin Storsjö
With this change, the segmenter muxer doesn't rely on anything not available/supported to libavformat external users, making the segmenter muxer do things just like a normal segmenter application using libavformat would do. --- libavformat/segment.c | 30 +++--- 1 file ch