1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-06-14 22:15:12 +02:00

lavc: Add device context field to AVCodecContext

For use by codec implementations which can allocate frames internally.
This commit is contained in:
Mark Thompson
2017-02-11 15:13:04 +00:00
parent 07b5136c48
commit 44f2eda39f
4 changed files with 29 additions and 2 deletions

View File

@ -13,6 +13,9 @@ libavutil: 2015-08-28
API changes, most recent first:
2017-xx-xx - xxxxxxx - lavc 57.34.0 - avcodec.h
Add AVCodecContext.hw_device_ctx.
2017-02-11 - xxxxxxx - lavu 55.32.0 - frame.h
Add AVFrame.opaque_ref.