summaryrefslogtreecommitdiff
path: root/audio/libaudiofile/patches/patch-af
blob: 6f824106027ef4b86c20647895d5dfc4f103ff2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-af,v 1.1 2010/04/12 19:04:58 drochner Exp $

--- libaudiofile/util.h.orig	2010-01-26 19:55:15.000000000 +0000
+++ libaudiofile/util.h
@@ -55,9 +55,9 @@ _Track *_af_filehandle_get_track (AFfile
 
 bool _af_unique_ids (int *ids, int nids, char *idname, int iderr);
 
-float _af_format_frame_size (_AudioFormat *format, bool stretch3to4);
+double _af_format_frame_size (_AudioFormat *format, bool stretch3to4);
 int _af_format_frame_size_uncompressed (_AudioFormat *format, bool stretch3to4);
-float _af_format_sample_size (_AudioFormat *format, bool stretch3to4);
+double _af_format_sample_size (_AudioFormat *format, bool stretch3to4);
 int _af_format_sample_size_uncompressed (_AudioFormat *format, bool stretch3to4);
 
 status _af_set_sample_format (_AudioFormat *f, int sampleFormat, int sampleWidth);