Skip to content

Commit

Permalink
Merge pull request #1268 from artyom-256/video_flickering_fix
Browse files Browse the repository at this point in the history
Fix video flickering
  • Loading branch information
wang-bin committed Jan 13, 2020
2 parents 6067154 + 79ad87b commit df5bf45
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/VideoThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,6 @@ void VideoThread::run()
break;
}
pkt = Packet();
v_a = 0; //?
continue;
}
// reduce here to ensure to decode the rest data in the next loop
Expand All @@ -519,7 +518,6 @@ void VideoThread::run()
pkt = Packet();
else
pkt_data = pkt.data.constData();
v_a = 0; //?
continue;
}
pkt_data = pkt.data.constData();
Expand Down

0 comments on commit df5bf45

Please sign in to comment.