From: Mike Smith Date: Fri, 1 Sep 2000 07:49:53 +0000 (+0000) Subject: Fix some warnings from bad static initialisers - possibly causing problems on other... X-Git-Tag: v1.3.3~1140 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d5793b032f495af08b11b3bc3189a9ee2836d185;p=platform%2Fupstream%2Flibvorbis.git Fix some warnings from bad static initialisers - possibly causing problems on other platforms. svn path=/trunk/vorbis/; revision=613 --- diff --git a/include/vorbis/mode_D.h b/include/vorbis/mode_D.h index db11649..9588fb7 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 ad60f41..fc8d4a8 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.,