]> git.sesse.net Git - vlc/commitdiff
Remove mention of member removed a long time ago
authorRafaël Carré <funman@videolan.org>
Wed, 1 Aug 2012 13:40:23 +0000 (15:40 +0200)
committerRafaël Carré <funman@videolan.org>
Wed, 1 Aug 2012 13:40:23 +0000 (15:40 +0200)
include/vlc_block.h

index 2f2a90b3f9ef19d57d82bba41c78ebcc0fa1d85c..6e34b7c4c6c904c513003a7c64393d57bd0e91f8 100644 (file)
@@ -35,7 +35,6 @@
 /****************************************************************************
  * block:
  ****************************************************************************
- * - block_sys_t is opaque and thus block_t->p_sys is PRIVATE
  * - i_flags may not always be set (ie could be 0, even for a key frame
  *      it depends where you receive the buffer (before/after a packetizer
  *      and the demux/packetizer implementations.
@@ -51,7 +50,6 @@
  *   (don't duplicate yourself in a bigger buffer, block_Realloc is
  *   optimised for preheader/postdatas increase)
  ****************************************************************************/
-typedef struct block_sys_t block_sys_t;
 
 /** The content doesn't follow the last block, or is probably broken */
 #define BLOCK_FLAG_DISCONTINUITY 0x0001