chromium/media/parsers/vp9_uncompressed_header_parser.h

// Copyright 2016 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_PARSERS_VP9_UNCOMPRESSED_HEADER_PARSER_H_
#define MEDIA_PARSERS_VP9_UNCOMPRESSED_HEADER_PARSER_H_

#include "base/memory/raw_ptr.h"
#include "media/parsers/vp9_parser.h"
#include "media/parsers/vp9_raw_bits_reader.h"

#include "media/base/media_export.h"

namespace media {

class MEDIA_EXPORT Vp9UncompressedHeaderParser {};

}  // namespace media

#endif  // MEDIA_PARSERS_VP9_UNCOMPRESSED_HEADER_PARSER_H_