Chromium Code Reviews| Index: third_party/libva/va/va_backend.h |
| diff --git a/third_party/libva/va/va_backend.h b/third_party/libva/va/va_backend.h |
| index bd828497dd9f6e40af90d5a79e746589e032b2eb..50f9cc50dbcf83df110674e1a8b86731031b2db6 100644 |
| --- a/third_party/libva/va/va_backend.h |
| +++ b/third_party/libva/va/va_backend.h |
| @@ -392,6 +392,12 @@ struct VADriverVTable |
| VASurfaceID surface |
| ); |
| + VAStatus (*vaGetCodecResolution) ( |
|
wuchengli
2015/01/23 12:58:21
We should call this vaGetProfileResolution. Functi
|
| + VADriverContextP ctx, |
| + unsigned int *width, /* out */ |
| + unsigned int *height /* out */ |
| + ); |
| + |
| /* DEPRECATED */ |
| VAStatus |
| (*vaGetSurfaceAttributes)( |