avcodec/vaapi: Remove old and deprecated VAAPI context and header

Deprecated in 851960f6f8.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
Andreas Rheinhardt
2021-02-26 09:37:37 +01:00
committed by James Almer
parent 337f777f37
commit e3d993fab0
6 changed files with 1 additions and 158 deletions

View File

@@ -1522,8 +1522,7 @@ typedef struct AVCodecContext {
* For some hardware accelerators, a global context needs to be
* provided by the user. In that case, this holds display-dependent
* data FFmpeg cannot instantiate itself. Please refer to the
* FFmpeg HW accelerator documentation to know how to fill this
* is. e.g. for VA API, this is a struct vaapi_context.
* FFmpeg HW accelerator documentation to know how to fill this.
* - encoding: unused
* - decoding: Set by user
*/