Fix some warnings from bad static initialisers - possibly causing problems on other...
authorMike Smith <msmith@xiph.org>
Fri, 1 Sep 2000 07:49:53 +0000 (07:49 +0000)
committerMike Smith <msmith@xiph.org>
Fri, 1 Sep 2000 07:49:53 +0000 (07:49 +0000)
svn path=/trunk/vorbis/; revision=613

include/vorbis/mode_D.h
include/vorbis/mode_E.h

index db11649..9588fb7 100644 (file)
@@ -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.,
 
index ad60f41..fc8d4a8 100644 (file)
@@ -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.,