diff options
author | Aman Gupta <aman@tmm1.net> | 2017-12-03 17:32:22 -0800 |
---|---|---|
committer | Matthieu Bouron <matthieu.bouron@gmail.com> | 2017-12-16 00:52:27 +0100 |
commit | 8bf4e6d3ce25723832625dddbf1c06ab20ab5828 (patch) | |
tree | e63c80887ad5d8a0570ccdfefa1bb25bd13bc1a8 /doc/APIchanges | |
parent | e4d9f05ca79909e2853834c8f80a52bc9cf0e6b6 (diff) | |
download | ffmpeg-8bf4e6d3ce25723832625dddbf1c06ab20ab5828.tar.gz |
lavc/mediacodec: use AVMediaCodecDeviceContext hw_device_ctx if set
Signed-off-by: Matthieu Bouron <matthieu.bouron@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 811568196d..da444ffb7c 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2017-10-21 API changes, most recent first: +2017-xx-xx - xxxxxxx - lavc 58.8.100 - avcodec.h + The MediaCodec decoders now support AVCodecContext.hw_device_ctx. + 2017-xx-xx - xxxxxxx - lavu 56.6.100 - hwcontext.h hwcontext_mediacodec.h Add AV_HWDEVICE_TYPE_MEDIACODEC and a new installed header with MediaCodec-specific hwcontext definitions. |