[vlc-devel] [PATCH 2/6] Revert "vlc_block.h: Clarify usage of BLOCK_FLAG_DISCONTINUITY"
Ilkka Ollakka
ileoo at videolan.org
Sat Oct 31 15:05:52 CET 2015
This reverts commit de4be0a4505564a5f758f06edd74f49498107f6e.
---
include/vlc_block.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/include/vlc_block.h b/include/vlc_block.h
index 21be6e0..1dc6ec4 100644
--- a/include/vlc_block.h
+++ b/include/vlc_block.h
@@ -51,8 +51,7 @@
* optimised for preheader/postdatas increase)
****************************************************************************/
-/** The content doesn't follow the last block and indicates a timeline change
- * without data loss or corruption */
+/** The content doesn't follow the last block, or is probably broken */
#define BLOCK_FLAG_DISCONTINUITY 0x0001
/** Intra frame */
#define BLOCK_FLAG_TYPE_I 0x0002
--
2.6.2
More information about the vlc-devel
mailing list