]> git.sesse.net Git - vlc/blobdiff - include/vlc_block.h
Added BLOCK_FLAG_END_OF_SEQUENCE and use it for mpeg2.
[vlc] / include / vlc_block.h
index b882b1f8c564cf6b4d8d83f684d97b43c576a838..a17530ec36e881aa8d5e5e7ebdd1124cc557eda2 100644 (file)
@@ -68,6 +68,8 @@ typedef struct block_sys_t block_sys_t;
 #define BLOCK_FLAG_END_OF_FRAME  0x0040
 /** This is not a key frame for bitrate shaping */
 #define BLOCK_FLAG_NO_KEYFRAME   0x0080
+/** This block contains the last part of a sequence  */
+#define BLOCK_FLAG_END_OF_SEQUENCE 0x0100
 /** This block contains a clock reference */
 #define BLOCK_FLAG_CLOCK         0x0200
 /** This block is scrambled */