blob: 010ae6705ffd492cc9e7adcaffdfaf354e8ec808 [file] [log] [blame]
henrik.lundin@webrtc.org9ea6f8a2014-10-16 11:26:24 +00001/*
ossueb1fde42017-05-02 06:46:30 -07002 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
henrik.lundin@webrtc.org9ea6f8a2014-10-16 11:26:24 +00003 *
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
ossueb1fde42017-05-02 06:46:30 -070011// This file is for backwards compatibility only! Use
12// webrtc/api/audio_codecs/audio_encoder.h instead!
13// TODO(ossu): Remove it.
14
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020015#ifndef MODULES_AUDIO_CODING_CODECS_AUDIO_ENCODER_H_
16#define MODULES_AUDIO_CODING_CODECS_AUDIO_ENCODER_H_
henrik.lundin@webrtc.org9ea6f8a2014-10-16 11:26:24 +000017
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020018#include "api/audio_codecs/audio_encoder.h"
henrik.lundin@webrtc.org9ea6f8a2014-10-16 11:26:24 +000019
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020020#endif // MODULES_AUDIO_CODING_CODECS_AUDIO_ENCODER_H_