2011-07-07 08:21:25 +00:00
|
|
|
/*
|
2012-02-02 12:46:58 +00:00
|
|
|
* Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
|
2011-07-07 08:21:25 +00: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.
|
|
|
|
|
*/
|
|
|
|
|
|
2015-12-21 03:04:49 -08:00
|
|
|
#ifndef WEBRTC_MODULES_VIDEO_CODING_CODECS_INTERFACE_VIDEO_CODEC_INTERFACE_H_
|
|
|
|
|
#define WEBRTC_MODULES_VIDEO_CODING_CODECS_INTERFACE_VIDEO_CODEC_INTERFACE_H_
|
2011-07-07 08:21:25 +00:00
|
|
|
|
2015-12-21 03:04:49 -08:00
|
|
|
#pragma message("WARNING: video_coding/codecs/interface is DEPRECATED; "
|
|
|
|
|
"use video_coding/include")
|
2012-10-08 07:06:53 +00:00
|
|
|
|
2017-03-01 06:32:01 -08:00
|
|
|
#include "webrtc/modules/video_coding/include/video_codec_interface.h"
|
2011-07-07 08:21:25 +00:00
|
|
|
|
2015-12-21 03:04:49 -08:00
|
|
|
#endif // WEBRTC_MODULES_VIDEO_CODING_CODECS_INTERFACE_VIDEO_CODEC_INTERFACE_H_
|