blob: b2ca6f235306d4d1566276c1626889c1dfd5abaf [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chromecast/media/cma/test/mock_cma_backend.h"
namespace chromecast {
namespace media {
MockCmaBackend::DecoderDelegate::DecoderDelegate() = default;
MockCmaBackend::DecoderDelegate::~DecoderDelegate() = default;
MockCmaBackend::AudioDecoder::AudioDecoder() = default;
MockCmaBackend::AudioDecoder::~AudioDecoder() = default;
MockCmaBackend::VideoDecoder::VideoDecoder() = default;
MockCmaBackend::VideoDecoder::~VideoDecoder() = default;
MockCmaBackend::MockCmaBackend() = default;
MockCmaBackend::~MockCmaBackend() = default;
} // namespace media
} // namespace chromecast