[vlc-devel] commit: Qt4: Deactivate FPS showing, since it doesn't work. ( Jean-Baptiste Kempf )

git version control git at videolan.org
Wed Sep 24 01:00:57 CEST 2008


vlc | branch: 0.9-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Tue Sep 23 16:03:56 2008 -0700| [cecdd2aa20dc1429741ecef1afe7adc3d1300090] | committer: Jean-Baptiste Kempf 

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

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cecdd2aa20dc1429741ecef1afe7adc3d1300090
---

 modules/gui/qt4/components/info_panels.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/components/info_panels.cpp b/modules/gui/qt4/components/info_panels.cpp
index 202e495..de86582 100644
--- a/modules/gui/qt4/components/info_panels.cpp
+++ b/modules/gui/qt4/components/info_panels.cpp
@@ -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"),




More information about the vlc-devel mailing list