Fix g711 rtp encoder timestamp calculate bug (#4085)

This commit is contained in:
xiongguangjie
2024-12-28 10:41:52 +08:00
committed by GitHub
parent 3f5923337e
commit cb4db80502
2 changed files with 5 additions and 6 deletions

View File

@@ -59,7 +59,6 @@ private:
uint32_t _pkt_dur_ms = 20;
uint32_t _pkt_bytes = 0;
int64_t _in_pts = 0;
toolkit::BufferLikeString _buffer;
};