[Ffmpeg-devel] ac3enc.c modifications

Rich Felker dalias
Tue May 24 06:11:57 CEST 2005


On Tue, May 24, 2005 at 12:05:22AM -0400, Justin Ruggles wrote:
> Michael Niedermayer wrote:
> >>+    dct4(coef_a, in, 8);
> >>+
> >>+    int16_t xx[256];
> >>+    for(i=0; i<128; i++) {
> > 
> > 
> > breaks gcc 2.95
> 
> Could you give more details on that?  I'm running gcc 3.3.4 and it would
> probably take my poor computer all night to compile 2.95.

Prior to recent stupid additions to the spec, C only allows variables
to be declared at the BEGINNING of a block. The way you've done it is
C++ style.

Rich





More information about the ffmpeg-devel mailing list