From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sat, 20 Nov 2021 15:11:57 +0000 (+0000) Subject: Don't display output FPS, as it's not clear how accurate it is... X-Git-Tag: 4.1-rc1~24^2~373 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=881a5ca25e2ed899cc25d65f47412a3f7d5042b5;p=thirdparty%2Fshairport-sync.git Don't display output FPS, as it's not clear how accurate it is... --- diff --git a/player.c b/player.c index a8fd3a54..41010643 100644 --- a/player.c +++ b/player.c @@ -1545,7 +1545,9 @@ int *statistics_print_profile; // these arrays specify which of the statistics specified by the statistics_item calls will actually // be printed -- 1 means print, 0 means skip -int ap1_synced_statistics_print_profile[] = {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1}; + +// don't display output fps -- not sure how accurate it is (change item 14 and 17 to 1 to restore) +int ap1_synced_statistics_print_profile[] = {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0}; int ap1_nosync_statistics_print_profile[] = {1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0}; int ap1_nodelay_statistics_print_profile[] = {0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0}; @@ -1556,8 +1558,9 @@ int ap2_realtime_nosync_stream_statistics_print_profile[] = {1, 0, 0, 1, 1, 1, 1 int ap2_realtime_nodelay_stream_statistics_print_profile[] = {0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0}; +// don't display output fps -- not sure how accurate it is (change item 14 1 to restore) int ap2_buffered_synced_stream_statistics_print_profile[] = {1, 1, 1, 1, 0, 0, 0, 0, 1, - 1, 1, 0, 0, 1, 0, 0, 0}; + 1, 1, 0, 0, 0, 0, 0, 0}; int ap2_buffered_nosync_stream_statistics_print_profile[] = {1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0}; int ap2_buffered_nodelay_stream_statistics_print_profile[] = {0, 0, 0, 1, 0, 0, 0, 0, 0,