Skip to content

Commit

Permalink
Merge pull request #2 from Xpra-org/vp8_downmerge
Browse files Browse the repository at this point in the history
Downmerge2
  • Loading branch information
TijZwa authored Aug 1, 2022
2 parents 9dc4746 + aa207a5 commit 6a1b986
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion html5/js/VideoDecoder.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ class XpraVideoDecoder {
this.erroneous_frame = false;
reject("decoder error");
}

// Remove the frame from decoded frames list
this.decoded_frames = this.decoded_frames.filter(
(p) => p[8] != packet_sequence
Expand Down

0 comments on commit 6a1b986

Please sign in to comment.