summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2018-03-19 12:39:08 -0300
committerJames Almer <jamrial@gmail.com>2018-03-21 22:17:40 -0300
commitf14ca600015d234f383e9ea5ba5c9f9830271cb3 (patch)
tree3a975ea16cbe70b340afca7d932e31ba286634ac /doc/APIchanges
parent28aaed773712d170e13f35658aac685dd8b7db44 (diff)
avcodec/avpacket: add av_packet_make_writable()
Useful as well to quickly make a packet reference counted when it isn't already so. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 4c0ee7147a..d410bcdd75 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2017-10-21
API changes, most recent first:
+2018-03-21 - xxxxxxx - lavc 58.15.100 - avcodec.h
+ Add av_packet_make_writable().
+
2018-03-18 - xxxxxxx - lavu 56.11.100 - frame.h
Add AV_FRAME_DATA_QP_TABLE_PROPERTIES and AV_FRAME_DATA_QP_TABLE_DATA.