Ignore:
Timestamp:
30 Mar 2012, 18:57:41 (13 years ago)
Author:
poznan-univ
Message:

some bug fix on high level syntax
fixed some compiler warning issues under windows and linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.3-poznan-univ/source/Lib/TLibCommon/TComPrediction.cpp

    r41 r48  
    16401640
    16411641#if DEPTH_MAP_GENERATION
    1642   Int             ref_frame0_idx_1st, ref_frame1_idx_1st;
     1642  Int             ref_frame0_idx_1st = 0, ref_frame1_idx_1st = 0;
    16431643  TComMv          mv0_1st,mv1_1st;
    16441644#endif
     
    16481648  Pel aiUTab[MAX_CU_SIZE];
    16491649  Pel aiVTab[MAX_CU_SIZE];
    1650   Pel iULast;
    1651   Pel iVLast;
     1650  Pel iULast = 0;
     1651  Pel iVLast = 0;
    16521652  Pel iTemp;
    16531653
Note: See TracChangeset for help on using the changeset viewer.