[vlc-devel] [PATCH 3/6] vlc_block: Mention about what discontinuity means

Ilkka Ollakka ileoo at videolan.org
Sat Oct 31 15:05:53 CET 2015


No timeline change, but possible missed blocks.
---
 include/vlc_block.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/vlc_block.h b/include/vlc_block.h
index 1dc6ec4..59d7556 100644
--- a/include/vlc_block.h
+++ b/include/vlc_block.h
@@ -51,7 +51,8 @@
  *   optimised for preheader/postdatas increase)
  ****************************************************************************/
 
-/** The content doesn't follow the last block, or is probably broken */
+/** The content doesn't follow the last block, possible some blocks in between
+ *  have been lost */
 #define BLOCK_FLAG_DISCONTINUITY 0x0001
 /** Intra frame */
 #define BLOCK_FLAG_TYPE_I        0x0002
-- 
2.6.2



More information about the vlc-devel mailing list