mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Add host processing latency to ffmpeg stats overlay
This commit is contained in:
@@ -15,6 +15,10 @@ typedef struct _VIDEO_STATS {
|
||||
uint32_t totalFrames;
|
||||
uint32_t networkDroppedFrames;
|
||||
uint32_t pacerDroppedFrames;
|
||||
uint16_t minHostProcessingLatency;
|
||||
uint16_t maxHostProcessingLatency;
|
||||
uint32_t totalHostProcessingLatency;
|
||||
uint32_t framesWithHostProcessingLatency;
|
||||
uint32_t totalReassemblyTime;
|
||||
uint32_t totalDecodeTime;
|
||||
uint32_t totalPacerTime;
|
||||
|
||||
Reference in New Issue
Block a user