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-09 00:23:36 +00:00
parent aa234698e9
commit c1a5fca06f
4 changed files with 28 additions and 2 deletions

View File

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