]> git.sesse.net Git - vlc/blobdiff - include/vlc_block.h
Put licensing terms instead of description in about boxes
[vlc] / include / vlc_block.h
index 6ac44471ef3cd5abdbd7138911892e250bdbcf5f..df23578c3ad55e87490102092dac0323cbb4bb63 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * vlc_block.h: Data blocks management functions
  *****************************************************************************
- * Copyright (C) 2003 VideoLAN (Centrale Réseaux) and its contributors
+ * Copyright (C) 2003 the VideoLAN team
  * $Id$
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
@@ -77,6 +77,7 @@ typedef struct block_sys_t block_sys_t;
 struct block_t
 {
     block_t     *p_next;
+    block_t     *p_prev;
 
     uint32_t    i_flags;