aboutsummaryrefslogtreecommitdiff
path: root/audio/lame/files/patch-sloppy
blob: 7dbf161949337fbadcd64918dd9c05cb11ac17e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- frontend/mp3rtp.c	Fri Jun  8 17:29:34 2001
+++ frontend/mp3rtp.c	Fri Sep 27 18:29:04 2002
@@ -48,6 +48,4 @@
 #endif
 
-#define MAX_NAME_SIZE   2048  /* current value of Linux */
-
 /*
  * Encode (via LAME) to mp3 with RTP streaming of the output.
@@ -89,5 +87,5 @@
 
 
-unsigned  maxvalue ( short int  Buffer [2] [1152] )
+unsigned  maxvalue ( int  Buffer [2] [1152] )
 {
     int  max = 0;