ref: c1156352ba4eceae2ec875fd06fc94c38c92271f
parent: 82b18def5d91a37c264fdc4b4860ea2af664acfc
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Tue Oct 26 18:58:10 EDT 2021
info: mixed up dispdelay and yuv→rgb, fix it
--- a/main.c
+++ b/main.c
@@ -353,8 +353,8 @@
info, sizeof(info),
"decode=%-5lld yuv→rgb=%-3lld display=%-3lld total=%-3lld late=%-3lld %dx%d %s %s %s %s",
d->decodetime/1000000ULL,
- dispdelay/1000000ULL,
yuv→rgb/1000000ULL,
+ dispdelay/1000000ULL,
(d->decodetime + dispdelay)/1000000ULL,
late/1000000ULL,
frame->w, frame->h,