chromium/remoting/codec/video_decoder_vpx.h

// Copyright 2013 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef REMOTING_CODEC_VIDEO_DECODER_VPX_H_
#define REMOTING_CODEC_VIDEO_DECODER_VPX_H_

#include <memory>

#include "base/compiler_specific.h"
#include "remoting/codec/scoped_vpx_codec.h"
#include "remoting/codec/video_decoder.h"

vpx_codec_iface_t;
vpx_image_t;

namespace remoting {

class VideoDecoderVpx : public VideoDecoder {};

}  // namespace remoting

#endif  // REMOTING_CODEC_VIDEO_DECODER_VPX_H_