AOUT_MAX_ADVANCE_TIME
Posted: 24 Oct 2007 14:43
Hallo,
./include/vlc_config.h:
in this file is the clock frequenz defined:
"#define CLOCK_FREQ 1000000"
and duration between the time we receive the data packet, and the time we will mark it to be presented:
"#define DEFAULT_PTS_DELAY (mtime_t)(0.3*CLOCK_FREQ)"
Does anybody know the reason why AOUT_MAX_ADVANCE_TIME is exactly on this value
"#define AOUT_MAX_ADVANCE_TIME (mtime_t)(DEFAULT_PTS_DELAY * 3)" in the same file?
Which consequences can it have if I change this parameter?
./include/vlc_config.h:
in this file is the clock frequenz defined:
"#define CLOCK_FREQ 1000000"
and duration between the time we receive the data packet, and the time we will mark it to be presented:
"#define DEFAULT_PTS_DELAY (mtime_t)(0.3*CLOCK_FREQ)"
Does anybody know the reason why AOUT_MAX_ADVANCE_TIME is exactly on this value
"#define AOUT_MAX_ADVANCE_TIME (mtime_t)(DEFAULT_PTS_DELAY * 3)" in the same file?
Which consequences can it have if I change this parameter?