projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Kill afhi->header_offset.
[paraslash.git]
/
write.c
diff --git
a/write.c
b/write.c
index
8411003
..
dda1b70
100644
(file)
--- a/
write.c
+++ b/
write.c
@@
-1,5
+1,5
@@
/*
/*
- * Copyright (C) 2005-201
0
Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2005-201
1
Andre Noll <maan@systemlinux.org>
*
* Licensed under the GPL v2. For licencing details see COPYING.
*/
*
* Licensed under the GPL v2. For licencing details see COPYING.
*/
@@
-37,8
+37,9
@@
struct check_wav_task {
int state;
/** Number of channels. */
unsigned channels;
int state;
/** Number of channels. */
unsigned channels;
- unsigned sample_rate;
unsigned sample_format;
unsigned sample_format;
+ /** Sample rate specified in wav header given by \a buf. */
+ unsigned sample_rate;
/** The task structure used by the scheduler. */
struct task task;
struct btr_node *btrn;
/** The task structure used by the scheduler. */
struct task task;
struct btr_node *btrn;