blob: 942abb6f0dc8a59f95a7f909335cbd2ffa4c37bb [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
henrik.lundin@webrtc.org9ea6f8a2014-10-16 11:26:24 +000015#ifndef WEBRTC_MODULES_AUDIO_CODING_CODECS_AUDIO_ENCODER_H_
16#define WEBRTC_MODULES_AUDIO_CODING_CODECS_AUDIO_ENCODER_H_
17
ossueb1fde42017-05-02 06:46:30 -070018#include "webrtc/api/audio_codecs/audio_encoder.h"
henrik.lundin@webrtc.org9ea6f8a2014-10-16 11:26:24 +000019
henrik.lundin@webrtc.org9ea6f8a2014-10-16 11:26:24 +000020#endif // WEBRTC_MODULES_AUDIO_CODING_CODECS_AUDIO_ENCODER_H_