Add host processing latency to ffmpeg stats overlay

This commit is contained in:
ns6089
2023-04-18 21:56:26 +03:00
committed by Cameron Gutman
parent 42960b7bf1
commit 9764174070
2 changed files with 34 additions and 0 deletions
+4
View File
@@ -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;