]> git.sesse.net Git - vlc/blobdiff - include/vlc_filter.h
* intf.m: -make sure that objects like o_open, o_wizard, etc. get released in any...
[vlc] / include / vlc_filter.h
index 761d8e5b08b206b514b09829703498f6fc117446..367f55a258e8ae6939b53345dcb30d1033833687 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * vlc_filter.h: filter related structures
  *****************************************************************************
- * Copyright (C) 1999-2003 VideoLAN
+ * Copyright (C) 1999-2003 the VideoLAN team
  * $Id$
  *
  * Authors: Gildas Bazin <gbazin@videolan.org>
@@ -37,6 +37,12 @@ typedef struct filter_owner_sys_t filter_owner_sys_t;
  *
  * @{
  */
+
+/*
+ * BIG FAT WARNING : the code relies in the first 4 members of filter_t
+ * and decoder_t to be the same, so if you have anything to add, do it
+ * at the end of the structure.
+ */
 struct filter_t
 {
     VLC_COMMON_MEMBERS