]> git.sesse.net Git - nageru/commitdiff
Make the Futatabi PAUSED subtitle a bit more regular and like the PLAYING one.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 30 Dec 2018 12:06:45 +0000 (13:06 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 30 Dec 2018 12:06:45 +0000 (13:06 +0100)
futatabi/player.cpp

index 1d8962f25b6f657c54aa6c34074300ae9db9a791..cebc317801c4588f81170dcf02b82b0c8cbe167f 100644 (file)
@@ -143,7 +143,7 @@ void Player::play_playlist_once()
        if (!clip_ready) {
                if (video_stream != nullptr) {
                        ++metric_refresh_frame;
-                       string subtitle = "Futatabi " NAGERU_VERSION ";PAUSED;" + pause_status;
+                       string subtitle = "Futatabi " NAGERU_VERSION ";PAUSED;0.000;" + pause_status;
                        video_stream->schedule_refresh_frame(steady_clock::now(), pts, /*display_func=*/nullptr, QueueSpotHolder(),
                                subtitle);
                }