]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/mediainfo.cpp
stats-change variable for statistics/removing stats timer from qt4 interface
[vlc] / modules / gui / qt4 / dialogs / mediainfo.cpp
index 844c9232eaf4390d52692d239b39f95f2f2d6c0f..ccebec78640d44c99e62d2929c5609487dfcb973 100644 (file)
@@ -162,9 +162,9 @@ void MediaInfoDialog::update( input_thread_t *p_input )
 
 void MediaInfoDialog::updateOnTimeOut()
 {
-    /* Timer runs at 150 ms, dont' update more than 2 times per second */
+    /* Timer runs at 150 ms, dont' update more than 2 times per second
     i_runs++;
-    if( i_runs % 4 != 0 ) return;
+    if( i_runs % 4 != 0 ) return;*/
 
     /* Get Input and clear if non-existant */
     input_thread_t *p_input = THEMIM->getInput();