Commit de4be0a4 authored by Jean-Paul Saman's avatar Jean-Paul Saman Committed by Ilkka Ollakka

vlc_block.h: Clarify usage of BLOCK_FLAG_DISCONTINUITY

The BLOCK_FLAG_DISCONTINUITY signals timeline changes from the source content or due to seeking.
BLOCK_FLAG_CORRUPTION signals data corruption due to corrupted or dropped packets, this includes
transport stream continuity counter mismatches.
Signed-off-by: default avatarIlkka Ollakka <ileoo@videolan.org>
parent 36cacea6
......@@ -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 and indicates a timeline change
* without data loss or corruption */
#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