Re: [libav-devel] [PATCH 5/8] segment: Add an option for disabling writing of a header/trailer to each segment

2012-10-03 Thread Luca Barbato
On 10/03/2012 11:37 PM, Martin Storsjö wrote: > Some segmented formats (such as fragmented mp4) are "bare", as in, > the segment files do not have the same headers/trailers as full normal > files of that format have. > --- > libavformat/segment.c | 31 +++ > 1 file ch

[libav-devel] [PATCH 5/8] segment: Add an option for disabling writing of a header/trailer to each segment

2012-10-03 Thread Martin Storsjö
Some segmented formats (such as fragmented mp4) are "bare", as in, the segment files do not have the same headers/trailers as full normal files of that format have. --- libavformat/segment.c | 31 +++ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/lib