]> git.sesse.net Git - vlc/blobdiff - src/interface/interface.h
Add support for format changes inside a video filter2 chain. (Not sure
[vlc] / src / interface / interface.h
index 7f9268cbcafca09dac8afbf78a139bc904e202d2..82530d9aaad4ba3ef51d4a5c3a1b666512a76f45 100644 (file)
@@ -2,7 +2,7 @@
  * interface.h: Internal interface prototypes and structures
  *****************************************************************************
  * Copyright (C) 1998-2006 the VideoLAN team
- * $Id: interface.c 17743 2006-11-13 15:43:19Z courmisch $
+ * $Id$
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *          ClĂ©ment Stenac <zorglub@videolan.org>
@@ -34,6 +34,7 @@
  * Interaction
  **********************************************************************/
 
-void intf_InteractionManage( playlist_t *);
-void intf_InteractionDestroy( interaction_t *);
+/* release via vlc_object_release() */
+interaction_t * interaction_Init( libvlc_int_t *p_libvlc );
+
 #endif