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
c251e1685be73c570d9e35d8214a2582f69cdcf6
Authored by
Hu Chunming
2024-06-11 14:20:25 +0800
1 parent
3aa0fda3
修复任务已存在问题
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/decoder/gb28181/DvppGB28181Decoder.cpp
src/decoder/gb28181/DvppGB28181Decoder.cpp
View file @
c251e16
...
...
@@ -306,7 +306,7 @@ void DvppGB28181Decoder::stream_end_callback()
306
306
{
307
307
LOG_INFO("[{}] - send_video_eof", m_dec_name);
308
308
309
- m_status =
=
ECLOSING;
309
+ m_status =
ECLOSING;
310
310
311
311
decode_finished_cbk(m_finishedDecArg);
312
312
...
...