Skip to content

Commit

Permalink
Fix video flickering
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom-256 committed Jan 11, 2020
1 parent 6067154 commit 79ad87b
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 79ad87b

Please sign in to comment.