// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef MEDIA_GPU_VP9_PICTURE_H_ #define MEDIA_GPU_VP9_PICTURE_H_ #include <memory> #include <optional> #include "media/gpu/codec_picture.h" #include "media/parsers/vp9_parser.h" #include "media/video/video_encode_accelerator.h" namespace media { class V4L2VP9Picture; class VaapiVP9Picture; class MEDIA_GPU_EXPORT VP9Picture : public CodecPicture { … }; } // namespace media #endif // MEDIA_GPU_VP9_PICTURE_H_