chromium/remoting/codec/video_encoder_verbatim_unittest.cc

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

#include "remoting/codec/video_encoder_verbatim.h"

#include "remoting/codec/codec_test.h"
#include "remoting/codec/video_decoder_verbatim.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace remoting {

TEST(VideoEncoderVerbatimTest, TestVideoEncoder) {}

TEST(VideoEncoderVerbatimTest, EncodeAndDecode) {}

TEST(VideoEncoderVerbatimTest, EncodeUnchangedFrame) {}

}  // namespace remoting