Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRodger Combs <rodger.combs@gmail.com>2016-06-25 06:02:50 +0300
committerRodger Combs <rodger.combs@gmail.com>2016-10-24 11:53:21 +0300
commita246fef163387c0d79830a9bdf408443a9aba1c1 (patch)
treeba5a56853e481e34c2cf2dcceaae00cb0b2ae883 /doc
parent8a24e03684cad4b8207a0317123ca2bd544d012e (diff)
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')
-rw-r--r--doc/APIchanges3
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()