diff --git a/src/parser/hevc_parser.cpp b/src/parser/hevc_parser.cpp index cc4967ee80..f0a14b9239 100644 --- a/src/parser/hevc_parser.cpp +++ b/src/parser/hevc_parser.cpp @@ -655,8 +655,7 @@ bool HEVCVideoParser::ParseFrameData(const uint8_t* p_stream, uint32_t frame_dat } default: - ERR(STR("Error: Invalid NAL unit type")); - return false; + break; } }