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.
This commit is contained in:
Rodger Combs 2016-06-24 22:02:50 -05:00
parent 8a24e03684
commit a246fef163
No known key found for this signature in database
GPG key ID: E3E54DCDCD3CB843
5 changed files with 100 additions and 17 deletions

View file

@ -15,6 +15,9 @@ libavutil: 2015-08-28
API changes, most recent first:
2016-10-24 - xxxxxxx - lavf 57.54.100 - avformat.h
Add avformat_init_output() and AVSTREAM_INIT_IN_ macros
2016-10-22 - xxxxxxx - lavu 55.33.100 - avassert.h
Add av_assert0_fpu() / av_assert2_fpu()