Diff between 9c7a6a48f25577f8621dd3cbe4103d481eb14214 and 0e047a188b6c287ee9716fa0186c7e5ecc74e759

Changed Files

File Additions Deletions Status
sbc/sbcinfo.c +1 -2 modified

Full Patch

diff --git a/sbc/sbcinfo.c b/sbc/sbcinfo.c
index 6d92679..8cfb54a 100644
--- a/sbc/sbcinfo.c
+++ b/sbc/sbcinfo.c
@@ -174,7 +174,7 @@ static int analyze_file(char *filename)
 	unsigned char buf[64];
 	double rate;
 	int bitpool[SIZE], frame_len[SIZE];
-	int subbands, blocks, freq, mode, method;
+	int subbands, blocks, freq, method;
 	int n, p1, p2, fd, size, num;
 	ssize_t len;
 	unsigned int count;
@@ -199,7 +199,6 @@ static int analyze_file(char *filename)
 	subbands = (hdr.subbands + 1) * 4;
 	blocks = (hdr.blocks + 1) * 4;
 	freq = hdr.sampling_frequency;
-	mode = hdr.channel_mode;
 	method = hdr.allocation_method;
 
 	count = calc_frame_len(&hdr);