[cvs] / xvidcore / src / bitstream / mbcoding.c Repository:
ViewVC logotype

Diff of /xvidcore/src/bitstream/mbcoding.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.34, Tue Nov 26 23:44:10 2002 UTC revision 1.35, Thu Dec 19 22:58:58 2002 UTC
# Line 71  Line 71 
71   ****************************************************************************/   ****************************************************************************/
72    
73  /* msvc sp5+pp gets confused if they globals are made static */  /* msvc sp5+pp gets confused if they globals are made static */
74  VLC intra_table[524032];  static VLC intra_table[524288];
75  VLC inter_table[524032];  static VLC inter_table[524288];
76    
77  static VLC DCT3Dintra[4096];  static VLC DCT3Dintra[4096];
78  static VLC DCT3Dinter[4096];  static VLC DCT3Dinter[4096];

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4