summaryrefslogtreecommitdiff
path: root/audio/amp/files/patch-formats.c
blob: 24028dceee75f5fb662942e15bb7bd79e2e3384a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- formats.c	Sat May 31 14:47:58 1997
+++ formats.c	Wed Apr 13 00:21:47 2005
@@ -27,7 +27,7 @@
 int len,fs,i;
 
 	len=ftell(out_file)-44;
-	fs=t_sampling_frequency[header->ID][header->sampling_frequency];
+	fs=t_sampling_frequency[header->IDex][header->ID][header->sampling_frequency];
 	rewind(out_file);
 	fwrite(ispred,1,20,out_file);