| Index: webrtc/modules/audio_coding/neteq/test/delay_tool/parse_delay_file.m
|
| diff --git a/webrtc/modules/audio_coding/neteq/test/delay_tool/parse_delay_file.m b/webrtc/modules/audio_coding/neteq/test/delay_tool/parse_delay_file.m
|
| index 77b394f410a8ffa8be86d44c8fd81fe69f5f6885..031d8a39ee1059eb907b4fd98efa989d3145354b 100644
|
| --- a/webrtc/modules/audio_coding/neteq/test/delay_tool/parse_delay_file.m
|
| +++ b/webrtc/modules/audio_coding/neteq/test/delay_tool/parse_delay_file.m
|
| @@ -1,3 +1,13 @@
|
| +%
|
| +% Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
|
| +%
|
| +% 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.
|
| +%
|
| +
|
| function outStruct = parse_delay_file(file)
|
|
|
| fid = fopen(file, 'rb');
|
|
|