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-bristuff/files/patch-codecs::g729_slin_ex.h | |
parent | d1e4a35abe75fef6a88c4a118035344f3506f28c (diff) |
Update to 0.7.1.
Notes
Notes:
svn path=/head/; revision=100074
Diffstat (limited to 'net/asterisk-bristuff/files/patch-codecs::g729_slin_ex.h')
-rw-r--r-- | net/asterisk-bristuff/files/patch-codecs::g729_slin_ex.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/asterisk-bristuff/files/patch-codecs::g729_slin_ex.h b/net/asterisk-bristuff/files/patch-codecs::g729_slin_ex.h new file mode 100644 index 000000000000..44e60f2de848 --- /dev/null +++ b/net/asterisk-bristuff/files/patch-codecs::g729_slin_ex.h @@ -0,0 +1,20 @@ + +$FreeBSD$ + +--- /dev/null Fri Jan 30 01:52:11 2004 ++++ codecs/g729_slin_ex.h Fri Jan 30 01:57:59 2004 +@@ -0,0 +1,14 @@ ++/* ++ * g729_slin_ex.h -- ++ * ++ * 8-bit G.729 data, 10 milliseconds worth at 8 kHz. ++ * ++ * Copyright (C) 2004, Maxim Sobolev <sobomax@FreeBSD.org> ++ * ++ * Distributed under the terms of the GNU General Public License ++ * ++ */ ++ ++static unsigned char g729_slin_ex[] = { ++120,82,175,64,0,250,219,0,7,214 ++}; |