diff options
author | Marton Balint <cus@passwd.hu> | 2017-06-18 14:38:39 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2017-06-24 18:51:29 +0200 |
commit | 09891c53916224abfb07c91064654189c46d034c (patch) | |
tree | 51af6b9caedb8f3f376abe7f5efec4595b75e8c0 /doc/APIchanges | |
parent | c14fa7a330f634738003bee731f17ff4c5717228 (diff) | |
download | ffmpeg-09891c53916224abfb07c91064654189c46d034c.tar.gz |
avformat/aviobuf: add support for specifying minimum packet size and marking flush points
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Marton Balint <cus@passwd.hu>
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 5dca6b3e51..fc013fd513 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2017-06-24 - xxxxxxx - lavf 57.75.100 - avio.h + Add AVIO_DATA_MARKER_FLUSH_POINT to signal preferred flush points to aviobuf. + 2017-06-14 - xxxxxxx - lavu 55.66.100 - hwcontext.h av_hwframe_ctx_create_derived() now takes some AV_HWFRAME_MAP_* combination as its flags argument (which was previously unused). |