blob: 081a612c72d0c784a8f42b3c91d63441e79b06c4 [file] [log] [blame]
Niels Möller802506c2018-05-31 10:44:51 +02001/*
2 * Copyright (c) 2018 The WebRTC project authors. All Rights Reserved.
3 *
4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
9 */
10
11#ifndef API_VIDEO_CODECS_VIDEO_CODEC_H_
12#define API_VIDEO_CODECS_VIDEO_CODEC_H_
13
14// TODO(bugs.webrtc.org/7660): This is an initial place holder file. Downstream
15// users of VideoCodec must be updated to include this file, before contents can
16// be moved out of common_types.h.
17
18#include "common_types.h" // NOLINT(build/include)
19
20// The VideoCodec class represents an old defacto-api, which we're migrating
21// away from slowly.
22
23#endif // API_VIDEO_CODECS_VIDEO_CODEC_H_