summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Smith <msmith@xiph.org>2000-09-01 07:49:53 +0000
committerMike Smith <msmith@xiph.org>2000-09-01 07:49:53 +0000
commitd5793b032f495af08b11b3bc3189a9ee2836d185 (patch)
treedefdf4dbf05fb6603c212b019c9dd02f2bfd74ad
parent045a5f8746a28cb87a548abcc350dc914a9faf07 (diff)
downloadlibvorbis-git-d5793b032f495af08b11b3bc3189a9ee2836d185.tar.gz
Fix some warnings from bad static initialisers - possibly causing problems on other platforms.
svn path=/trunk/vorbis/; revision=613
-rw-r--r--include/vorbis/mode_D.h4
-rw-r--r--include/vorbis/mode_E.h6
2 files changed, 5 insertions, 5 deletions
diff --git a/include/vorbis/mode_D.h b/include/vorbis/mode_D.h
index db116499..9588fb71 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.3 2000/08/15 15:24:30 msmith Exp $
+ last mod: $Id: mode_D.h,v 1.4 2000/09/01 07:49:52 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},
+ {{0}},
110.,
diff --git a/include/vorbis/mode_E.h b/include/vorbis/mode_E.h
index ad60f410..fc8d4a84 100644
--- a/include/vorbis/mode_E.h
+++ b/include/vorbis/mode_E.h
@@ -12,7 +12,7 @@
********************************************************************
function: predefined encoding modes
- last mod: $Id: mode_E.h,v 1.1 2000/08/15 09:45:47 xiphmont Exp $
+ last mod: $Id: mode_E.h,v 1.2 2000/09/01 07:49:53 msmith Exp $
********************************************************************/
@@ -57,7 +57,7 @@ static vorbis_info_psy _psy_set_E ={
0,/* tonemaskp */
/* 0 10 20 30 40 50 60 70 80 90 100 */
- {0},
+ {{0}},
1,/* peakattp */
{{-14.,-16.,-18.,-19.,-20.,-21.,-22.,-22.,-22.,-24.,-24.}, /*63*/
@@ -81,7 +81,7 @@ static vorbis_info_psy _psy_set_E ={
0,/*noisemaskp */
/* 0 10 20 30 40 50 60 70 80 90 100 */
- {0},
+ {{0}},
110.,