[vlc-commits] Revert "vlc_block.h: Clarify usage of BLOCK_FLAG_DISCONTINUITY"
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 17 10:45:35 2015 +0300| [88b227ceafaa8e84a16a4e93fe66963ee3666b30] | committer: Ilkka Ollakka
Revert "vlc_block.h: Clarify usage of BLOCK_FLAG_DISCONTINUITY"
This reverts commit de4be0a4505564a5f758f06edd74f49498107f6e.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=88b227ceafaa8e84a16a4e93fe66963ee3666b30
---
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
More information about the vlc-commits
mailing list