Commit 28dd314d authored by Ilkka Ollakka's avatar Ilkka Ollakka

vlc_block: Mention about what discontinuity means

No timeline change, but possible missed blocks.
parent 88b227ce
......@@ -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
......
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