Changeset 625 in SHVCSoftware for branches/SHM-5.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
- Timestamp:
- 10 Mar 2014, 22:19:42 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r624 r625 2049 2049 if( rpcSlice->getRapPicFlag()) 2050 2050 { 2051 #if !NO_OUTPUT_OF_PRIOR_PICS 2051 2052 READ_FLAG( uiCode, "no_output_of_prior_pics_flag" ); //ignored 2053 #else 2054 READ_FLAG( uiCode, "no_output_of_prior_pics_flag" ); rpcSlice->setNoOutputOfPriorPicsFlag( uiCode ? true : false ); 2055 #endif 2052 2056 } 2053 2057 READ_UVLC ( uiCode, "slice_pic_parameter_set_id" ); rpcSlice->setPPSId(uiCode);
Note: See TracChangeset for help on using the changeset viewer.