Update vaapi_video_decode_accelerator.h

This commit is contained in:
Alexander David Frick 2021-12-05 00:15:10 -06:00 committed by GitHub
parent 597382b9e2
commit 2de52f596b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,6 +93,8 @@ class MEDIA_GPU_EXPORT VaapiVideoDecodeAccelerator
static VideoDecodeAccelerator::SupportedProfiles GetSupportedProfiles();
static bool IsVppProfileSupported();
// DecodeSurfaceHandler implementation.
scoped_refptr<VASurface> CreateSurface() override;
void SurfaceReady(scoped_refptr<VASurface> va_surface,