chromium/media/cast/test/receiver/video_decoder.h

// Copyright 2014 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_CAST_TEST_RECEIVER_VIDEO_DECODER_H_
#define MEDIA_CAST_TEST_RECEIVER_VIDEO_DECODER_H_

#include <memory>

#include "base/functional/callback.h"
#include "base/memory/scoped_refptr.h"
#include "media/base/video_frame.h"
#include "media/cast/cast_config.h"
#include "media/cast/constants.h"

namespace media {

enum class VideoCodec;

namespace cast {

class CastEnvironment;
struct EncodedFrame;

class VideoDecoder {};

}  // namespace cast
}  // namespace media

#endif  // MEDIA_CAST_TEST_RECEIVER_VIDEO_DECODER_H_