Changeset 109 in SHVCSoftware for branches/HM-10.0-dev-SHM/source/Lib/TLibDecoder/TDecCAVLC.cpp
- Timestamp:
- 3 Apr 2013, 01:05:45 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HM-10.0-dev-SHM/source/Lib/TLibDecoder/TDecCAVLC.cpp
r108 r109 815 815 if (uiCode) 816 816 { 817 #if VPS_EXTNS 818 parseVPSExtension(pcVPS); 819 READ_FLAG( uiCode, "vps_entension2_flag" ); 820 if(uiCode) 821 { 822 while ( xMoreRbspData() ) 823 { 824 READ_FLAG( uiCode, "vps_extension_data_flag"); 825 } 826 } 827 #else 817 828 while ( xMoreRbspData() ) 818 829 { 819 830 READ_FLAG( uiCode, "vps_extension_data_flag"); 820 831 } 832 #endif 821 833 } 822 834 823 835 return; 824 836 } 837 838 #if VPS_EXTNS 839 Void TDecCavlc::parseVPSExtension(TComVPS *vps) 840 { 841 // ... More syntax elements to be parsed here 842 843 // ... More syntax elements to be parsed here 844 } 845 #endif 825 846 826 847 Void TDecCavlc::parseSliceHeader (TComSlice*& rpcSlice, ParameterSetManagerDecoder *parameterSetManager)
Note: See TracChangeset for help on using the changeset viewer.