]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout.h
libvlc_vlm_release : release events stuff Centralize vlm release operations in one...
[vlc] / include / vlc_vout.h
index 0d64ccbefb5d3563959fbcb135349f0ac3c8ff8a..10df3f62a6456b8e8ec826c429c3eb6a5acaf922 100644 (file)
@@ -320,7 +320,7 @@ VLC_EXPORT( void,            vout_PlacePicture,   ( const vout_thread_t *, unsig
 VLC_EXPORT( spu_t *, vout_GetSpu, ( vout_thread_t * ) );
 
 void vout_IntfInit( vout_thread_t * );
-VLC_EXPORT( void, vout_EnableFilter, ( vout_thread_t *, char *,bool , bool  ) );
+VLC_EXPORT( void, vout_EnableFilter, ( vout_thread_t *, const char *,bool , bool  ) );
 
 
 static inline int vout_vaControl( vout_thread_t *p_vout, int i_query,