summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-01-25 12:43:19 +0200
committerMartin Storsjö <martin@martin.st>2012-01-25 22:24:13 +0200
commit6cb288290dcc66a405e0c226b26f31a7d248b7cd (patch)
treee9b6f38fadb1c5dc88d095ff22b6755834469769 /doc
parent990a746cec2fb82ca76b3a6fc28b35006e8d39bf (diff)
doc: Update APIchanges with info on muxer flushing
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 904e3462f7..aa5729196e 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,12 @@ libavutil: 2011-04-18
API changes, most recent first:
+2012-01-25 - lavf 53.22.0
+ f1caf01 Allow doing av_write_frame(ctx, NULL) for flushing possible
+ buffered data within a muxer. Added AVFMT_ALLOW_FLUSH for
+ muxers supporting it (av_write_frame makes sure it is called
+ only for muxers with this flag).
+
2012-01-15 - lavc 53.34.0
New audio encoding API:
b2c75b6 Add CODEC_CAP_VARIABLE_FRAME_SIZE capability for use by audio