diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2013-08-11 11:21:50 +0200 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2013-08-11 19:31:46 +0200 |
commit | af05edc658f3af284a1af39c00a36aeff0adaa0d (patch) | |
tree | ec0b9967a6235ac2e50e1132c99c506dada6bff9 /doc | |
parent | d87f9da53c93eca0cb0fe2f7c41bb56b461a8c93 (diff) | |
download | ffmpeg-af05edc658f3af284a1af39c00a36aeff0adaa0d.tar.gz |
vdpau: Add an allocation function for AVVDPAUContext.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index e3a64a020e..147b3c722f 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,10 @@ libavutil: 2012-10-22 API changes, most recent first: +2013-08-xx - xxxxxxx - lavc 55.26.100 - vdpau.h + Add allocation function for AVVDPAUContext, allowing + to extend it in the future without breaking ABI/API. + 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. |