Changeset 622 in SHVCSoftware for branches/SHM-5.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
- Timestamp:
- 6 Mar 2014, 18:25:43 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r621 r622 334 334 if (uiCode) 335 335 { 336 #if P0166_MODIFIED_PPS_EXTENSION 337 UInt ppsExtensionTypeFlag[8]; 338 for (UInt i = 0; i < 8; i++) 339 { 340 READ_FLAG( ppsExtensionTypeFlag[i], "pps_extension_type_flag" ); 341 } 342 if (ppsExtensionTypeFlag[1]) 343 { 344 } 345 if (ppsExtensionTypeFlag[7]) 346 { 347 #endif 348 336 349 while ( xMoreRbspData() ) 337 350 { 338 351 READ_FLAG( uiCode, "pps_extension_data_flag"); 339 352 } 353 #if P0166_MODIFIED_PPS_EXTENSION 354 } 355 #endif 340 356 } 341 357 }
Note: See TracChangeset for help on using the changeset viewer.