Skip to content
Snippets Groups Projects
Commit ef14ac9a authored by Thomas Guillem's avatar Thomas Guillem
Browse files

clock: expose CR_MAX_GAP internally

parent 07e78801
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,9 @@
#include <vlc_common.h>
/* Maximum gap allowed between two CRs. */
#define CR_MAX_GAP VLC_TICK_FROM_SEC(60)
/*****************************************************************************
* Structures
*****************************************************************************/
......
......@@ -78,9 +78,6 @@
* Constants
*****************************************************************************/
/* Maximum gap allowed between two CRs. */
#define CR_MAX_GAP VLC_TICK_FROM_SEC(60)
/* Latency introduced on DVDs with CR == 0 on chapter change - this is from
* my dice --Meuuh */
#define CR_MEAN_PTS_GAP VLC_TICK_FROM_MS(300)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment