summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Smith <msmith@xiph.org>2000-08-15 15:24:30 +0000
committerMike Smith <msmith@xiph.org>2000-08-15 15:24:30 +0000
commit7e41e10b7eeda135e941fd0ddd90f3f7189287b6 (patch)
tree50a39e8a8f70c5905e78ff5f80803805fdb6fbd5
parent32bb4ef25cda98a3c19bb6a8ac72e1bd20bfa877 (diff)
downloadlibvorbis-git-7e41e10b7eeda135e941fd0ddd90f3f7189287b6.tar.gz
Fixed a GCC-ism that MSVC was choking on (it's probably still wrong, but itv1.0.0beta2
works, which is better than what was there) svn path=/trunk/vorbis/; revision=591
-rw-r--r--include/vorbis/mode_D.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vorbis/mode_D.h b/include/vorbis/mode_D.h
index bd478f2b..db116499 100644
--- a/include/vorbis/mode_D.h
+++ b/include/vorbis/mode_D.h
@@ -12,7 +12,7 @@
********************************************************************
function: predefined encoding modes
- last mod: $Id: mode_D.h,v 1.2 2000/08/15 09:09:32 xiphmont Exp $
+ last mod: $Id: mode_D.h,v 1.3 2000/08/15 15:24:30 msmith Exp $
********************************************************************/
@@ -97,7 +97,7 @@ static vorbis_info_psy _psy_set_256 ={
0,/*noisemaskp */
/* 0 10 20 30 40 50 60 70 80 90 100 */
- {},
+ {0},
110.,