diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2004-02-05 19:38:40 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2004-02-05 19:38:40 +0000 |
commit | a5aa0c90ca8ffebd4c3a15be9330e752444516d2 (patch) | |
tree | daae7a87fc1732c7efc6c538dd9f6df8cca8b66d /net/asterisk-devel/files/patch-codecs::slin_g729_ex.h | |
parent | Fix and remove BROKEN. (diff) |
Update to 0.7.1.
Notes
Notes:
svn path=/head/; revision=100074
Diffstat (limited to 'net/asterisk-devel/files/patch-codecs::slin_g729_ex.h')
-rw-r--r-- | net/asterisk-devel/files/patch-codecs::slin_g729_ex.h | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/net/asterisk-devel/files/patch-codecs::slin_g729_ex.h b/net/asterisk-devel/files/patch-codecs::slin_g729_ex.h new file mode 100644 index 000000000000..e1236d2498dc --- /dev/null +++ b/net/asterisk-devel/files/patch-codecs::slin_g729_ex.h @@ -0,0 +1,31 @@ + +$FreeBSD$ + +--- /dev/null Fri Jan 30 01:52:11 2004 ++++ codecs/slin_g729_ex.h Fri Jan 30 01:57:59 2004 +@@ -0,0 +1,25 @@ ++/* ++ * slin_g729_ex.h -- ++ * ++ * Signed 16-bit audio data, 10 milliseconds worth at 8 kHz. ++ * ++ * Source: g723.example ++ * ++ * Copyright (C) 2001, Linux Support Services, Inc. ++ * ++ * Distributed under the terms of the GNU General Public License ++ * ++ */ ++ ++static signed short slin_g729_ex[] = { ++ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, ++ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, ++ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, ++ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, ++ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, ++ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, ++ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, ++ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, ++ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, ++ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000 ++}; |