Commit cecdd2aa authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4: Deactivate FPS showing, since it doesn't work.

parent 1f62a759
......@@ -523,7 +523,7 @@ InputStatsPanel::InputStatsPanel( QWidget *parent,
"0", video, "" );
CREATE_AND_ADD_TO_CAT( vlost_frames_stat, qtr("Lost frames"),
"0", video, "" );
CREATE_AND_ADD_TO_CAT( vfps_stat, qtr("FPS"), "0", video, "" );
// CREATE_AND_ADD_TO_CAT( vfps_stat, qtr("FPS"), "0", video, "" );
CREATE_AND_ADD_TO_CAT( send_stat, qtr("Sent packets"), "0", streaming, "" );
CREATE_AND_ADD_TO_CAT( send_bytes_stat, qtr("Sent bytes"),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment