summaryrefslogtreecommitdiff
path: root/audio/bladeenc/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'audio/bladeenc/patches/patch-ac')
-rw-r--r--audio/bladeenc/patches/patch-ac22
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/bladeenc/patches/patch-ac b/audio/bladeenc/patches/patch-ac
new file mode 100644
index 00000000000..497eec37240
--- /dev/null
+++ b/audio/bladeenc/patches/patch-ac
@@ -0,0 +1,22 @@
+$NetBSD: patch-ac,v 1.1 1999/09/13 03:33:34 simonb Exp $
+
+--- codec.c.orig Sat Jul 24 07:50:33 1999
++++ codec.c Mon Sep 13 12:52:18 1999
+@@ -54,7 +54,7 @@
+ double avg_slots_per_frame, frac_SpF, slot_lag;
+ int stereo, error_protection;
+
+- unsigned long samplesPerFrame;
++ unsigned int samplesPerFrame;
+
+
+ extern int fInit_L3psycho_anal;
+@@ -227,7 +227,7 @@
+ }
+
+
+-void rebuffer_audio( short buffer[2][1152], short * insamp, unsigned long samples_read, int stereo );
++void rebuffer_audio( short buffer[2][1152], short * insamp, unsigned int samples_read, int stereo );
+
+ /*____ codecEncodeChunk() _____________________________________________________*/
+