]> git.sesse.net Git - vlc/commitdiff
* include/vlc_block.h: compilation fix (define BLOCK_FLAG_NO_KEYFRAME).
authorGildas Bazin <gbazin@videolan.org>
Fri, 22 Oct 2004 18:34:38 +0000 (18:34 +0000)
committerGildas Bazin <gbazin@videolan.org>
Fri, 22 Oct 2004 18:34:38 +0000 (18:34 +0000)
include/vlc_block.h

index f8b03128cc9066c745429bcf426d5ffc850b163d..4f705c60f77e537b614e231e2be1ccd1d0b7259f 100644 (file)
@@ -60,6 +60,8 @@ typedef struct block_sys_t block_sys_t;
 #define BLOCK_FLAG_HEADER        0x0020
 /** This is the last block of the frame */
 #define BLOCK_FLAG_END_OF_FRAME  0x0040
+/** No keyframes present */
+#define BLOCK_FLAG_NO_KEYFRAME   0x0080
 
 #define BLOCK_FLAG_PRIVATE_MASK  0xffff0000
 #define BLOCK_FLAG_PRIVATE_SHIFT 16