blob: adaadfeca7e2b10767314e324c7d6e066594bc2f [file] [log] [blame]
Henrik Kjellanderff761fb2015-11-04 08:31:52 +01001/*
2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
3 *
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
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020011#ifndef MODULES_UTILITY_INCLUDE_AUDIO_FRAME_OPERATIONS_H_
12#define MODULES_UTILITY_INCLUDE_AUDIO_FRAME_OPERATIONS_H_
aleloi6321b492016-12-05 01:46:09 -080013// The contents of this file have moved to
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020014// //audio/utility. This file is deprecated.
Henrik Kjellanderff761fb2015-11-04 08:31:52 +010015
aleloi6321b492016-12-05 01:46:09 -080016// TODO(aleloi): Remove this file when clients have updated their
17// includes. See bugs.webrtc.org/6548.
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020018#include "audio/utility/audio_frame_operations.h"
Henrik Kjellanderff761fb2015-11-04 08:31:52 +010019
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020020#endif // #ifndef MODULES_UTILITY_INCLUDE_AUDIO_FRAME_OPERATIONS_H_