]> git.sesse.net Git - vlc/blobdiff - src/stream_output/stream_output.c
Add long overdue private libvlc object pointer...
[vlc] / src / stream_output / stream_output.c
index 2e11974064ffc4f99024d36f1084b6dcef4fb9b5..a8e0f777f0899ea584e93d5f0777c9c95babb22f 100644 (file)
@@ -160,7 +160,7 @@ void sout_UpdateStatistic( sout_instance_t *p_sout, sout_statistic_t i_type, int
     int i_bytes; /* That's pretty stupid to define it as an integer, it will overflow
                     really fast ... */
 
-    if( !p_sout->p_libvlc->b_stats )
+    if( !libvlc_stats (p_sout) )
         return;
 
     /* FIXME that's ugly