chromium/media/parsers/vp9_bool_decoder.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_BOOL_DECODER_H_
#define MEDIA_PARSERS_VP9_BOOL_DECODER_H_

#include <stddef.h>
#include <stdint.h>

#include <memory>

#include "media/base/media_export.h"

namespace media {

class BitReader;

class MEDIA_EXPORT Vp9BoolDecoder {};

}  // namespace media

#endif  // MEDIA_PARSERS_VP9_BOOL_DECODER_H_