Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/usr.bin/audio/common Pull up revision 1.7 (via patch, r...
details: https://anonhg.NetBSD.org/src/rev/9ae291541e99
branches: netbsd-1-5
changeset: 490833:9ae291541e99
user: he <he%NetBSD.org@localhost>
date: Sun Mar 11 21:30:08 2001 +0000
description:
Pull up revision 1.7 (via patch, requested by hubertf):
Do not play trailing garbage at the end of RIFF WAVE (.wav) files.
Fixes PR#12328.
diffstat:
usr.bin/audio/common/libaudio.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 13855e2c85f8 -r 9ae291541e99 usr.bin/audio/common/libaudio.h
--- a/usr.bin/audio/common/libaudio.h Sun Mar 11 21:29:46 2001 +0000
+++ b/usr.bin/audio/common/libaudio.h Sun Mar 11 21:30:08 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: libaudio.h,v 1.4 2000/06/18 07:20:15 mrg Exp $ */
+/* $NetBSD: libaudio.h,v 1.4.2.1 2001/03/11 21:30:08 he Exp $ */
/*
* Copyright (c) 1999 Matthew R. Green
@@ -126,7 +126,7 @@
} wav_audioheaderfmt __attribute__((__packed__));
/* returns size of header, or -1 */
-size_t audio_parse_wav_hdr __P((void *, size_t, int *, int *, int *, int *));
+size_t audio_parse_wav_hdr __P((void *, size_t, int *, int *, int *, int *, size_t *));
/*
* audio routine error codes
Home |
Main Index |
Thread Index |
Old Index