[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.30, Tue Sep 10 22:52:12 2002 UTC revision 1.31, Sat Sep 21 02:26:12 2002 UTC
# Line 49  Line 49 
49   * Local data   * Local data
50   ****************************************************************************/   ****************************************************************************/
51    
52  static VLC intra_table[524032];  /* msvc sp5+pp gets confused if they globals are made static */
53  static VLC inter_table[524032];  VLC intra_table[524032];
54    VLC inter_table[524032];
55    
56  static VLC DCT3Dintra[4096];  static VLC DCT3Dintra[4096];
57  static VLC DCT3Dinter[4096];  static VLC DCT3Dinter[4096];

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

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