diff options
author | Rodger Combs <rodger.combs@gmail.com> | 2016-06-24 22:02:50 -0500 |
---|---|---|
committer | Rodger Combs <rodger.combs@gmail.com> | 2016-10-24 03:53:21 -0500 |
commit | a246fef163387c0d79830a9bdf408443a9aba1c1 (patch) | |
tree | ba5a56853e481e34c2cf2dcceaae00cb0b2ae883 /doc/APIchanges | |
parent | 8a24e03684cad4b8207a0317123ca2bd544d012e (diff) | |
download | ffmpeg-a246fef163387c0d79830a9bdf408443a9aba1c1.tar.gz |
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.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 502ab3f71b..5017eb41fe 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -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() |