From: Gildas Bazin Date: Fri, 22 Oct 2004 18:34:38 +0000 (+0000) Subject: * include/vlc_block.h: compilation fix (define BLOCK_FLAG_NO_KEYFRAME). X-Git-Tag: 0.8.0~71 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=73e1f33afed56fd5097f878517cbe892408de654;p=vlc * include/vlc_block.h: compilation fix (define BLOCK_FLAG_NO_KEYFRAME). --- diff --git a/include/vlc_block.h b/include/vlc_block.h index f8b03128cc..4f705c60f7 100644 --- a/include/vlc_block.h +++ b/include/vlc_block.h @@ -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