segment: Add an option for disabling writing of a header/trailer to each segment
authorMartin Storsjö <martin@martin.st>
Tue, 2 Oct 2012 21:49:46 +0000 (23:49 +0200)
committerMartin Storsjö <martin@martin.st>
Thu, 4 Oct 2012 10:52:09 +0000 (13:52 +0300)
commit378a6315b7c48195ffd94e6aa9aa6d663d42b35e
treec2882ed2d6dafd4c9b3c2d4390760ef73e7dff50
parenteb447d515956b3ce182d9750083131735f00324c
segment: Add an option for disabling writing of a header/trailer to each segment

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.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/segment.c