[vlc-devel] commit: Qt4: Deactivate FPS showing, since it doesn't work. ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Wed Oct 1 05:37:07 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Sep 23 16:03:56 2008 -0700| [1835073b2cd796992e72b1f576d43cfa00d111a5] | committer: Jean-Baptiste Kempf
Qt4: Deactivate FPS showing, since it doesn't work.
(cherry picked from commit cecdd2aa20dc1429741ecef1afe7adc3d1300090)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1835073b2cd796992e72b1f576d43cfa00d111a5
---
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 a4d623f..745588e 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