* HEVC error resilience: Adjusted the range check for the total reference picture number so more errors can be detected. Also fixed a build warning of avc_parser.cpp in debug mode. (#548)

This commit is contained in:
jeffqjiangNew
2025-03-31 19:04:34 -04:00
کامیت شده توسط GitHub
والد bf8e715eec
کامیت d10eacf05f
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
+1 -1
مشاهده پرونده
@@ -3281,7 +3281,7 @@ void AvcVideoParser::PrintPps(AvcPicParameterSet *p_pps) {
}
void AvcVideoParser::PrintSliceHeader(AvcSliceHeader *p_slice_header) {
uint32_t i, j;
uint32_t j;
MSG("======================");
MSG("Slice header");