diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-08-06 13:54:05 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-08-06 13:54:05 +0200 |
commit | 3b805dcaa97ed8ac085d6af07ba450846f8487e3 (patch) | |
tree | 834878733839fa3895ec63819f1b583fcf4ad9c7 /doc | |
parent | 4ee0984341d89c657ebdd835483bbe3ea48e9c19 (diff) | |
parent | 549294fbbe1c00fee37dc4d3f291b98945e11094 (diff) | |
download | ffmpeg-3b805dcaa97ed8ac085d6af07ba450846f8487e3.tar.gz |
Merge commit '549294fbbe1c00fee37dc4d3f291b98945e11094'
* commit '549294fbbe1c00fee37dc4d3f291b98945e11094':
vdpau: deprecate VDPAU codec capability
Conflicts:
libavcodec/version.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 8575f0b9c8..0306ec9ab5 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.12.0 - avcodec.h + Deprecate the CODEC_CAP_HWACCEL_VDPAU codec capability. Use CODEC_CAP_HWACCEL + and select the AV_PIX_FMT_VDPAU format with get_format() instead. + 2013-08-xx - xxxxxxx - lavu 52.14.0 - pixfmt.h Deprecate AV_PIX_FMT_VDPAU_*. Use AV_PIX_FMT_VDPAU instead. |