Changeset 6 in SHVCSoftware for trunk/source/App


Ignore:
Timestamp:
8 Nov 2012, 20:54:05 (12 years ago)
Author:
seregin
Message:

Correct IntraBL cost and fix for couple of compiler warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/App/TAppDecoder/TAppDecTop.cpp

    r2 r6  
    168168    streampos location = bitstreamFile.tellg();
    169169    AnnexBStats stats = AnnexBStats();
    170     bool bPreviousPictureDecoded = false;
    171170
    172171    vector<uint8_t> nalUnit;
     
    212211          bytestream.reset();
    213212        }
    214         bPreviousPictureDecoded = true;
    215213      }
    216214    }
Note: See TracChangeset for help on using the changeset viewer.