[vlc-devel] commit: Revert "Added BLOCK_FLAG_TYPE_MASK define (helper)." ( Jean-Baptiste Kempf )

git version control git at videolan.org
Wed Aug 27 19:26:06 CEST 2008


vlc | branch: 0.9-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Wed Aug 27 10:28:20 2008 -0700| [9e39e1d89718c68f70724e68bff932b0bc5ff1b1] | committer: Jean-Baptiste Kempf 

Revert "Added BLOCK_FLAG_TYPE_MASK define (helper)."

This reverts commit 7a587985889e5a2784bc3aed1996b05d1db954d8.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9e39e1d89718c68f70724e68bff932b0bc5ff1b1
---

 include/vlc_block.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/include/vlc_block.h b/include/vlc_block.h
index af3b224..a17530e 100644
--- a/include/vlc_block.h
+++ b/include/vlc_block.h
@@ -79,9 +79,6 @@ typedef struct block_sys_t block_sys_t;
 /** This block is corrupted and/or there is data loss  */
 #define BLOCK_FLAG_CORRUPTED     0x1000
 
-#define BLOCK_FLAG_TYPE_MASK \
-    (BLOCK_FLAG_TYPE_I|BLOCK_FLAG_TYPE_P|BLOCK_FLAG_TYPE_B|BLOCK_FLAG_TYPE_PB)
-
 #define BLOCK_FLAG_PRIVATE_MASK  0xffff0000
 #define BLOCK_FLAG_PRIVATE_SHIFT 16
 




More information about the vlc-devel mailing list