[vlc-commits] Remove mention of member removed a long time ago
Rafaël Carré
git at videolan.org
Wed Aug 1 15:41:08 CEST 2012
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Wed Aug 1 15:40:23 2012 +0200| [e70c56302d365d568da706ccfc8112f90f449c27] | committer: Rafaël Carré
Remove mention of member removed a long time ago
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e70c56302d365d568da706ccfc8112f90f449c27
---
include/vlc_block.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/vlc_block.h b/include/vlc_block.h
index 2f2a90b..6e34b7c 100644
--- a/include/vlc_block.h
+++ b/include/vlc_block.h
@@ -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
More information about the vlc-commits
mailing list