mem: Introduce av_reallocp

This commit is contained in:
Luca Barbato
2013-09-15 21:42:07 +02:00
parent 187105ff8a
commit 3feb3d6ce4
4 changed files with 39 additions and 1 deletions

View File

@@ -13,6 +13,9 @@ libavutil: 2012-10-22
API changes, most recent first:
2013-09-xx - xxxxxxx - lavu 52.13.0 - mem.h
Add av_reallocp.
2013-08-xx - xxxxxxx - lavc 55.16.0 - avcodec.h
Extend AVPacket API with av_packet_unref, av_packet_ref,
av_packet_move_ref, av_packet_copy_props, av_packet_free_side_data.