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

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

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

revision 677, Tue Nov 26 23:44:11 2002 UTC revision 731, Thu Dec 19 22:58:58 2002 UTC
# Line 50  Line 50 
50   *  exception also makes it possible to release a modified version which   *  exception also makes it possible to release a modified version which
51   *  carries forward this exception.   *  carries forward this exception.
52   *   *
53   * $Id: mbcoding.c,v 1.34 2002-11-26 23:44:10 edgomez Exp $   * $Id: mbcoding.c,v 1.35 2002-12-19 22:58:58 edgomez Exp $
54   *   *
55   ****************************************************************************/   ****************************************************************************/
56    
# 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.677  
changed lines
  Added in v.731

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