Changeset 554 in SHVCSoftware for branches/SHM-5.0-dev/source
- Timestamp:
- 24 Jan 2014, 23:43:18 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.0-dev/source/Lib/TLibDecoder/TDecTop.cpp
r550 r554 1865 1865 1866 1866 case NAL_UNIT_EOB: 1867 #if P0130_EOB 1868 //Check layer id of the nalu. if it is not 0, give a warning message. 1869 if (nalu.m_layerId > 0) 1870 { 1871 printf( "\n\nThis bitstream is ended with EOB NALU that has layer id greater than 0\n" ); 1872 } 1873 #endif 1867 1874 return false; 1868 1875
Note: See TracChangeset for help on using the changeset viewer.