diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-12-16 18:59:50 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-12-16 18:59:50 +0000 |
commit | 94ef6649dd5f4e95337af00dcede2337ea7cfb49 (patch) | |
tree | 07d679ce92b4e4517815abc42394480eebf44904 /src/libfaad/output.h | |
parent | 48f4c5809db11a6df4a5e7285d5e60a2ed924e2a (diff) | |
download | xine-lib-94ef6649dd5f4e95337af00dcede2337ea7cfb49.tar.gz xine-lib-94ef6649dd5f4e95337af00dcede2337ea7cfb49.tar.bz2 |
updated libfaad
CVS patchset: 3560
CVS date: 2002/12/16 18:59:50
Diffstat (limited to 'src/libfaad/output.h')
-rw-r--r-- | src/libfaad/output.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libfaad/output.h b/src/libfaad/output.h index 144a20f35..e46547bbe 100644 --- a/src/libfaad/output.h +++ b/src/libfaad/output.h @@ -16,7 +16,7 @@ ** along with this program; if not, write to the Free Software ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ** -** $Id: output.h,v 1.1 2002/07/14 23:43:01 miguelfreitas Exp $ +** $Id: output.h,v 1.2 2002/12/16 19:00:51 miguelfreitas Exp $ **/ #ifndef __OUTPUT_H__ @@ -32,7 +32,8 @@ void* output_to_PCM(real_t **input, uint16_t frame_len, uint8_t format); -typedef float float32_t; +static int64_t dither_output(uint8_t dithering, uint8_t shapingtype, + uint16_t i, double Sum, uint8_t k); #ifdef __cplusplus } |