Browse Source

config: remove unused define

pull/91/head
Thomas Guillem 7 years ago
parent
commit
31b2e62a4e
  1. 8
      include/vlc_config.h

8
include/vlc_config.h

@ -67,14 +67,6 @@
* mark it to be presented */
#define DEFAULT_PTS_DELAY VLC_TICK_FROM_MS(300)
/*****************************************************************************
* SPU configuration
*****************************************************************************/
/* Buffer must avoid arriving more than SPU_MAX_PREPARE_TIME in advanced to
* the SPU */
#define SPU_MAX_PREPARE_TIME VLC_TICK_FROM_MS(500)
/*****************************************************************************
* Video configuration
*****************************************************************************/

Loading…
Cancel
Save