// 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_constants.h" namespace media { const char kWebMCodecSubtitles[] = …; const char kWebMCodecCaptions[] = …; const char kWebMCodecDescriptions[] = …; const char kWebMCodecMetadata[] = …; } // namespace media