diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2013-07-10 10:52:56 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2013-08-10 13:41:35 +0200 |
commit | 5a9a9d4a2abefa63d9a898ce26715453c569e89d (patch) | |
tree | d0cdb9354e5c484bf213b63ef325f9e261fb6bcb /doc/APIchanges | |
parent | c1076d8479a6c0ee2e0c4b0e2151df5b0228438e (diff) | |
download | ffmpeg-streaming-5a9a9d4a2abefa63d9a898ce26715453c569e89d.zip ffmpeg-streaming-5a9a9d4a2abefa63d9a898ce26715453c569e89d.tar.gz |
lavc: Add refcounted api to AVPacket
Provide a clean way to manipulate packets.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 9402d44..2b3b58d 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,10 @@ libavutil: 2012-10-22 API changes, most recent first: +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. + 2013-08-xx - xxxxxxx - lavc 55.13.0 - avcodec.h Deprecate the bitstream-related members from struct AVVDPAUContext. The bistream buffers no longer need to be explicitly freed. |