summaryrefslogtreecommitdiff
path: root/cwav.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-07-06 20:44:39 +0200
committerGravatar waker <wakeroid@gmail.com>2009-07-06 20:44:39 +0200
commit2b583ad8d29236e88b34107d5e98c9889a95b4dc (patch)
tree11f618ceb0fdf9dc418350930011ceca7d2f7918 /cwav.c
parent70679eb6465814b368eb1ec91c6b450f324512b5 (diff)
position tracking, statusbar, seekbar updating, some cleanup
Diffstat (limited to 'cwav.c')
-rw-r--r--cwav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cwav.c b/cwav.c
index 3c601611..d8248127 100644
--- a/cwav.c
+++ b/cwav.c
@@ -40,7 +40,7 @@ int cwav_init (const char *fname) {
}
cwav.info.bitsPerSample = header.bitsPerSample;
cwav.info.channels = header.channels;
- cwav.info.dataSize = header.dataSize;
+ //cwav.info.dataSize = header.dataSize;
cwav.info.samplesPerSecond = header.samplesPerSecond;
return 0;