vlc | branch: master | Thomas Guillem <[email protected]> | Fri Jun 7 08:11:02 2019 +0200| [31b2e62a4e529e0a45104bb3ad718af2169cc5b1] | committer: Thomas Guillem
config: remove unused define > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=31b2e62a4e529e0a45104bb3ad718af2169cc5b1 --- include/vlc_config.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/vlc_config.h b/include/vlc_config.h index 95f8e0d0d7..6df1717483 100644 --- a/include/vlc_config.h +++ b/include/vlc_config.h @@ -68,14 +68,6 @@ #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 *****************************************************************************/ _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
