Commit 88b227ce authored by Ilkka Ollakka's avatar Ilkka Ollakka

Revert "vlc_block.h: Clarify usage of BLOCK_FLAG_DISCONTINUITY"

This reverts commit de4be0a4.
parent d9cc405c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment