]> git.sesse.net Git - nageru/commitdiff
Spelling fix.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 3 Apr 2017 21:31:07 +0000 (23:31 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 5 Apr 2017 21:24:58 +0000 (23:24 +0200)
quicksync_encoder.cpp

index 3a689d35b47c2107cfe7220a87040e7e4b775722..8cf8cf3e2722a192e7ff2690fd12a03bee1d451f 100644 (file)
@@ -1413,7 +1413,7 @@ void QuickSyncEncoderImpl::save_codeddata(GLSurface *surf, storage_task task)
        vaUnmapBuffer(va_dpy, surf->coded_buf);
 
        static int frameno = 0;
-       print_latency("Current QuickSync latency (video inputs → disk mux):",
+       print_latency("Current Quick Sync latency (video inputs → disk mux):",
                task.received_ts, (task.frame_type == FRAME_B), &frameno);
 
        {