[vlc-commits] vlc_block: Mention about what discontinuity means

Ilkka Ollakka git at videolan.org
Thu Nov 5 05:58:01 CET 2015


vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Sat Oct 31 15:57:34 2015 +0200| [28dd314d384b1b5659e30ef608676592612fc6c0] | committer: Ilkka Ollakka

vlc_block: Mention about what discontinuity means

No timeline change, but possible missed blocks.

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

 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



More information about the vlc-commits mailing list