diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-12-27 12:52:59 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-12-27 12:52:59 +0100 |
commit | ddb9a24a7f11c448263ef9b163e8425832cb089c (patch) | |
tree | c5b30aba2e7ad4170b4e885b646ba0a1908eaf66 /doc | |
parent | d16079abf473b51be7686d20f8014bb48a095722 (diff) | |
parent | 6c99c92a42add7f6a462114d5a4a53c93c551058 (diff) | |
download | ffmpeg-ddb9a24a7f11c448263ef9b163e8425832cb089c.tar.gz |
Merge commit '6c99c92a42add7f6a462114d5a4a53c93c551058'
* commit '6c99c92a42add7f6a462114d5a4a53c93c551058':
libavcodec: add AV_HWACCEL_ALLOW_HIGH_DEPTH flag
Conflicts:
libavcodec/version.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index caa05d13b8..5135464729 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2014-08-09 API changes, most recent first: +201x-xx-xx - xxxxxxx - lavc 56.9.0 - avcodec.h + Add AV_HWACCEL_FLAG_ALLOW_HIGH_DEPTH flag to av_vdpau_bind_context(). + 201x-xx-xx - xxxxxxx - lavc 56.8.0 - avcodec.h Add AVCodecContext.sw_pix_fmt. |