* 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:
@@ -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");
|
||||
|
||||
مرجع در شماره جدید
Block a user