// 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. #include "media/formats/webm/webm_content_encodings.h" #include "base/check_op.h" namespace media { ContentEncoding::ContentEncoding() : … { … } ContentEncoding::~ContentEncoding() = default; void ContentEncoding::SetEncryptionKeyId(const uint8_t* encryption_key_id, int size) { … } } // namespace media