- Timestamp:
- 7 Mar 2013, 00:08:06 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-1.1-dev/source/Lib/TLibCommon/TComSlice.cpp
r52 r68 2220 2220 RefPicList eRefPicList = RefPicList( iRefPicList ); 2221 2221 2222 assert( pcSlice->getNumRefIdx( eRefPicList) > 0 );2222 assert( pcSlice->getNumRefIdx( eRefPicList) >= 0 ); 2223 2223 setNumRefIdx( eRefPicList, pcSlice->getNumRefIdx( eRefPicList ) - 1 ); 2224 2224 assert( getNumRefIdx( eRefPicList) <= MAX_NUM_REF);
Note: See TracChangeset for help on using the changeset viewer.