summaryrefslogtreecommitdiffstats
path: root/alawulaw.h
diff options
context:
space:
mode:
authorSuper User2008-06-14 08:34:50 +0200
committerSuper User2008-06-14 08:34:50 +0200
commitd2b113f2c4f11acfaee1b2e0fd2f03744a89f6d4 (patch)
tree8c9e9504a275a43d5a8785dcca7badf28ada5999 /alawulaw.h
parentfixed dialing-bug when dialing chan_lcr (diff)
downloadlcr-d2b113f2c4f11acfaee1b2e0fd2f03744a89f6d4.tar.gz
lcr-d2b113f2c4f11acfaee1b2e0fd2f03744a89f6d4.tar.xz
lcr-d2b113f2c4f11acfaee1b2e0fd2f03744a89f6d4.zip
changed long to int (64 bit system's compatibilty)
Diffstat (limited to 'alawulaw.h')
-rw-r--r--alawulaw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/alawulaw.h b/alawulaw.h
index 96c170a..8811d0f 100644
--- a/alawulaw.h
+++ b/alawulaw.h
@@ -1,5 +1,5 @@
-extern signed long *audio_law_to_s32;
+extern signed int *audio_law_to_s32;
extern unsigned char audio_s16_to_law[65536];
extern short audio_alaw_relations[];
void generate_tables(char law);