Skip to content

Commit

Permalink
[what][style][h264] 移除 SEI 解析异常捕获
Browse files Browse the repository at this point in the history
  • Loading branch information
HR1025 committed Aug 12, 2024
1 parent fd95489 commit 5985b74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion H264Deserialize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ bool H264Deserialize::DeserializeNalSyntax(H26xBinaryReader::ptr br, H264NalSynt
nal->sei = std::make_shared<H264SeiSyntax>();
if (!DeserializeSeiSyntax(br, nal->sei))
{
assert(false);
return false;
}
break;
Expand Down

0 comments on commit 5985b74

Please sign in to comment.