diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-11-02 22:01:14 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-11-14 09:38:58 +0100 |
commit | 728c4658563dc82115ade0f1679679eddb7be5ff (patch) | |
tree | fe5f4aec0fab08090215dec4ebba6ae32449c885 /doc/APIchanges | |
parent | ca22d1dea2842fca0422dd1d2bd09e7eb2c8f118 (diff) | |
download | ffmpeg-728c4658563dc82115ade0f1679679eddb7be5ff.tar.gz |
vdpau: add a constructor for AVVDPAUContext.
We will likely want to add new fields to it in the future, so this is
needed to avoid breaking ABI.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index e00a241aa5..e791443386 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,8 @@ API changes, most recent first: 2013-11-xx - xxxxxxx - lavc 55.26.0 - vdpau.h Add av_vdpau_get_profile(). + Add av_vdpau_alloc_context(). This function must from now on be + used for allocating AVVDPAUContext. 2013-11-xx - xxxxxxx - lavc 55.25.0 - avcodec.h Add ITU-R BT.2020 and other not yet included values to color primaries, |