Skip to content

Commit

Permalink
#511 increment frame counter
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Feb 22, 2025
1 parent e288be2 commit e25557f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xpra/codecs/amf/encoder.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ cdef class Encoder:
#"speed" : self.speed,
}
finally:
self.frames += 1
for i in range(2):
if py_buf[i].buf:
PyBuffer_Release(&py_buf[i])
Expand Down

0 comments on commit e25557f

Please sign in to comment.