latelee / H264BSAnalyzer

H264(AVC) and H265(HEVC) bit stream Analyzer, VS2010 MFC project(Windows 7 x64).
834 stars 338 forks source link

增加CRA判断 #4

Closed xiegenwen closed 6 years ago

xiegenwen commented 6 years ago

增加CRA判断 H264BSAnalyzerDlg.cpp 430行增加 case NAL_UNIT_CODED_SLICE_CRA: strNalUnitType.Format(_T("Coded slice segment of a CRA picture")); strNalInfo.Format(_T("CRA #%d"), m_nSliceIndex); m_nSliceIndex++; break;