// Copyright 2023 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_BASE_DECODER_BUFFER_SIDE_DATA_H_ #define MEDIA_BASE_DECODER_BUFFER_SIDE_DATA_H_ #include <stdint.h> #include <optional> #include <vector> #include "media/base/media_export.h" namespace media { struct MEDIA_EXPORT DecoderBufferSideData { … }; } // namespace media #endif // MEDIA_BASE_DECODER_BUFFER_SIDE_DATA_H_