OSDN Git Service

segment: Use the public av_write_header/av_write_trailer functions
authorMartin Storsjö <martin@martin.st>
Sat, 25 Feb 2012 23:31:14 +0000 (01:31 +0200)
committerMartin Storsjö <martin@martin.st>
Thu, 4 Oct 2012 10:52:09 +0000 (13:52 +0300)
commit73871dc96ff78053b9dcd0eb259b7f5a5308ec87
treed1889a62d2662bc4fadf5d69515dec4d68783ce8
parent0edae4e6286096023cdd6adea74722fa06029867
segment: Use the public av_write_header/av_write_trailer functions

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.

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