Browse code

doc: Update APIchanges with info on muxer flushing

Signed-off-by: Martin Storsjö <martin@martin.st>

Martin Storsjö authored on 2012/01/25 19:43:19
Showing 1 changed files
... ...
@@ -13,6 +13,12 @@ libavutil:   2011-04-18
13 13
 
14 14
 API changes, most recent first:
15 15
 
16
+2012-01-25 - lavf 53.22.0
17
+  f1caf01 Allow doing av_write_frame(ctx, NULL) for flushing possible
18
+          buffered data within a muxer. Added AVFMT_ALLOW_FLUSH for
19
+          muxers supporting it (av_write_frame makes sure it is called
20
+          only for muxers with this flag).
21
+
16 22
 2012-01-15 - lavc 53.34.0
17 23
   New audio encoding API:
18 24
   b2c75b6 Add CODEC_CAP_VARIABLE_FRAME_SIZE capability for use by audio