]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/main_interface.hpp
Pass vout_thread_t to releaseVideo.
[vlc] / modules / gui / qt4 / main_interface.hpp
index c23cc880afffe90ded122f5e022e590433c868f6..fe44a46302de8c5b6f005186db3a4decd097d732 100644 (file)
@@ -73,8 +73,9 @@ public:
     void *requestVideo( vout_thread_t *p_nvout, int *pi_x,
                         int *pi_y, unsigned int *pi_width,
                         unsigned int *pi_height );
-    void releaseVideo( void * );
+    void releaseVideo( vout_thread_t *, void * );
     int controlVideo( void *p_window, int i_query, va_list args );
+
     void requestLayoutUpdate();
 
     /* Getters */