]> git.sesse.net Git - vlc/blobdiff - include/vlc_osd.h
Cosmetic alignment.
[vlc] / include / vlc_osd.h
index 22fce40b7bc83d91ec22594b1b795f02ae6b198b..cccc2aed3ea4b51563e28c9e8bd9c38563467631 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#if !defined( __LIBVLC__ )
-  #error You are not libvlc or one of its plugins. You cannot include this file
-#endif
-
 #ifndef _VLC_OSD_H
 #define _VLC_OSD_H 1
 
@@ -77,8 +73,7 @@ struct spu_t
     int ( *pf_control ) ( spu_t *, int, va_list );
 
     /* Supciture filters */
-    filter_t *pp_filter[10];
-    int      i_filter;
+    filter_chain_t *p_chain;
 };
 
 static inline int spu_vaControl( spu_t *p_spu, int i_query, va_list args )