diff vorbis.h @ 3571:3bfe36a9db73 libavcodec

vorbis cosmetics: mdct0,mdct1 => mdct[2]
author lorenm
date Thu, 10 Aug 2006 21:57:30 +0000
parents 945caa35ee9a
children c537a97eec66
line wrap: on
line diff
--- a/vorbis.h	Thu Aug 10 21:55:31 2006 +0000
+++ b/vorbis.h	Thu Aug 10 21:57:30 2006 +0000
@@ -89,8 +89,7 @@
     GetBitContext gb;
     DSPContext dsp;
 
-    MDCTContext mdct0;
-    MDCTContext mdct1;
+    MDCTContext mdct[2];
     uint_fast8_t first_frame;
     uint_fast32_t version;
     uint_fast8_t audio_channels;
@@ -98,10 +97,8 @@
     uint_fast32_t bitrate_maximum;
     uint_fast32_t bitrate_nominal;
     uint_fast32_t bitrate_minimum;
-    uint_fast32_t blocksize_0;
-    uint_fast32_t blocksize_1;
-    const float * swin;
-    const float * lwin;
+    uint_fast32_t blocksize[2];
+    const float * win[2];
     uint_fast16_t codebook_count;
     vorbis_codebook *codebooks;
     uint_fast8_t floor_count;