2014-10-16 11:26:24 +00:00
|
|
|
/*
|
2017-05-02 06:46:30 -07:00
|
|
|
* Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
|
2014-10-16 11:26:24 +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.
|
|
|
|
|
*/
|
|
|
|
|
|
2017-05-02 06:46:30 -07:00
|
|
|
// This file is for backwards compatibility only! Use
|
|
|
|
|
// webrtc/api/audio_codecs/audio_encoder.h instead!
|
|
|
|
|
// TODO(ossu): Remove it.
|
|
|
|
|
|
2017-09-15 06:47:31 +02:00
|
|
|
#ifndef MODULES_AUDIO_CODING_CODECS_AUDIO_ENCODER_H_
|
|
|
|
|
#define MODULES_AUDIO_CODING_CODECS_AUDIO_ENCODER_H_
|
2014-10-16 11:26:24 +00:00
|
|
|
|
2017-09-15 06:47:31 +02:00
|
|
|
#include "api/audio_codecs/audio_encoder.h"
|
2016-10-06 07:13:54 -07:00
|
|
|
|
2017-09-15 06:47:31 +02:00
|
|
|
#endif // MODULES_AUDIO_CODING_CODECS_AUDIO_ENCODER_H_
|