summaryrefslogtreecommitdiff
path: root/audio/maplay/files/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'audio/maplay/files/patch-ah')
-rw-r--r--audio/maplay/files/patch-ah25
1 files changed, 25 insertions, 0 deletions
diff --git a/audio/maplay/files/patch-ah b/audio/maplay/files/patch-ah
new file mode 100644
index 000000000000..fb92627bd6e6
--- /dev/null
+++ b/audio/maplay/files/patch-ah
@@ -0,0 +1,25 @@
+*** ibitstream.h.orig Thu Jun 23 21:14:40 1994
+--- ibitstream.h Thu Dec 9 05:32:18 1999
+***************
+*** 43,52 ****
+ ~Ibitstream (void);
+ int filedescriptor (void) { return fd; };
+
+! bool get_header (uint32 *);
+ // get next 32 bits from bitstream in an unsigned int,
+ // returned value False => end of stream
+! bool read_frame (uint32 bytesize);
+ // fill buffer with data from bitstream, returned value False => end of stream
+ uint32 get_bits (uint32 number_of_bits);
+ // read bits (1 <= number_of_bits <= 16) from buffer into the lower bits
+--- 43,52 ----
+ ~Ibitstream (void);
+ int filedescriptor (void) { return fd; };
+
+! boolean get_header (uint32 *);
+ // get next 32 bits from bitstream in an unsigned int,
+ // returned value False => end of stream
+! boolean read_frame (uint32 bytesize);
+ // fill buffer with data from bitstream, returned value False => end of stream
+ uint32 get_bits (uint32 number_of_bits);
+ // read bits (1 <= number_of_bits <= 16) from buffer into the lower bits