qsvenc: add an API for allocating opaque surfaces

This commit is contained in:
Anton Khirnov
2015-10-11 22:02:26 +02:00
parent 2ec96b6bd5
commit dc923bc23b
4 changed files with 111 additions and 5 deletions

View File

@ -13,6 +13,9 @@ libavutil: 2015-08-28
API changes, most recent first:
2015-xx-xx - xxxxxxx - lavc 57.0.0 - qsv.h
Add an API for allocating opaque surfaces.
2015-xx-xx - xxxxxxx - lavu 55.2.0 - dict.h
Change return type of av_dict_copy() from void to int, so that a proper
error code can be reported.