2018-10-01 18:47:03 +02:00
|
|
|
/*
|
|
|
|
|
* Copyright (c) 2018 The WebRTC project authors. All Rights Reserved.
|
2017-10-02 10:08:25 +02:00
|
|
|
*
|
|
|
|
|
* Use of this source code is governed by a BSD-style license
|
|
|
|
|
* that can be found in the LICENSE file in the root of the source
|
|
|
|
|
* tree. An additional intellectual property rights grant can be found
|
|
|
|
|
* in the file PATENTS. All contributing project authors may
|
|
|
|
|
* be found in the AUTHORS file in the root of the source tree.
|
|
|
|
|
*/
|
2018-10-01 18:47:03 +02:00
|
|
|
|
2017-09-15 06:47:31 +02:00
|
|
|
#ifndef MODULES_VIDEO_CODING_CODECS_VP8_TEMPORAL_LAYERS_H_
|
|
|
|
|
#define MODULES_VIDEO_CODING_CODECS_VP8_TEMPORAL_LAYERS_H_
|
2011-12-02 11:31:08 +00:00
|
|
|
|
2018-10-01 18:47:03 +02:00
|
|
|
// TODO(webrtc:9012) Remove this file when downstream projects have updated.
|
2018-10-12 10:30:31 +02:00
|
|
|
#include "api/video_codecs/vp8_temporal_layers.h"
|
2017-10-02 10:08:25 +02:00
|
|
|
|
2017-09-15 06:47:31 +02:00
|
|
|
#endif // MODULES_VIDEO_CODING_CODECS_VP8_TEMPORAL_LAYERS_H_
|