OSDN Git Service

lavf/mux: add avformat_init_output
authorRodger Combs <rodger.combs@gmail.com>
Sat, 25 Jun 2016 03:02:50 +0000 (22:02 -0500)
committerRodger Combs <rodger.combs@gmail.com>
Mon, 24 Oct 2016 08:53:21 +0000 (03:53 -0500)
commita246fef163387c0d79830a9bdf408443a9aba1c1
treeba5a56853e481e34c2cf2dcceaae00cb0b2ae883
parent8a24e03684cad4b8207a0317123ca2bd544d012e
lavf/mux: add avformat_init_output

This allows a consumer to run the muxer's init function without actually
writing the header, which is useful in chained muxers that support
automatic bitstream filtering.
doc/APIchanges
libavformat/avformat.h
libavformat/internal.h
libavformat/mux.c
libavformat/version.h