diff options
author | softworkz <softworkz@hotmail.com> | 2017-01-05 01:33:26 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-01-07 13:04:05 +0100 |
commit | 9488032e10b744335059b48e7a134efd5d9359c3 (patch) | |
tree | 765159ddabd70f2bb20dac7658a50a8088e4ac6b /doc/APIchanges | |
parent | 90ac9f4094afc2aa7ee64a7b02df8fb05cbd7d8a (diff) | |
download | ffmpeg-9488032e10b744335059b48e7a134efd5d9359c3.tar.gz |
libavformat/avio: Add avio_get_dyn_buf function
This commit adds the avio_get_dyn_buf function which allows accessing
the
content of a DynBuffer without destroying it.
This is required in matroskaenc for preliminary writing (correct) mkv
headers.
Context for this change is fixing regression bug #5977.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
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 fbeae7a565..3279563d47 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2017-01-06 - xxxxxxx - lavf 57.62.100- avio.h + Add avio_get_dyn_buf() + 2016-12-10 - xxxxxxx - lavu xx.xx.100- imgutils.h Add av_image_check_size2() |