Changeset 6 in SHVCSoftware for trunk/source/App
- Timestamp:
- 8 Nov 2012, 20:54:05 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/App/TAppDecoder/TAppDecTop.cpp
r2 r6 168 168 streampos location = bitstreamFile.tellg(); 169 169 AnnexBStats stats = AnnexBStats(); 170 bool bPreviousPictureDecoded = false;171 170 172 171 vector<uint8_t> nalUnit; … … 212 211 bytestream.reset(); 213 212 } 214 bPreviousPictureDecoded = true;215 213 } 216 214 }
Note: See TracChangeset for help on using the changeset viewer.