[svn] / branches / dev-api-4 / xvidcore / src / bitstream / mbcoding.c Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/bitstream/mbcoding.c

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

revision 469, Tue Sep 10 22:52:13 2002 UTC revision 497, Sat Sep 21 02:26:12 2002 UTC
# Line 29  Line 29 
29   *  along with this program; if not, write to the Free Software   *  along with this program; if not, write to the Free Software
30   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
31   *   *
32   * $Id: mbcoding.c,v 1.30 2002-09-10 22:52:12 edgomez Exp $   * $Id: mbcoding.c,v 1.31 2002-09-21 02:26:12 suxen_drol Exp $
33   *   *
34   ****************************************************************************/   ****************************************************************************/
35    
# 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.469  
changed lines
  Added in v.497

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