Hu Chunming
/
vpt_ascend_arm
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
843b987065a85415eb8194c124a5be16d86fbb49
Authored by
Hu Chunming
2024-01-05 18:14:05 +0800
1 parent
54f4a423
修复解码异常可能造成卡死的问题
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/decoder/dvpp/DvppDecoder.cpp
src/decoder/dvpp/DvppDecoder.cpp
View file @
843b987
...
...
@@ -574,6 +574,8 @@ void DvppDecoder::read_thread() {
574
574
}
575
575
576
576
if(nSended < 0) {
577
+ // 执行出错,强行结束整个任务
578
+ m_bRunning=false;
577
579
break;
578
580
}
579
581
}
...
...