]> git.sesse.net Git - vlc/blobdiff - src/input/input.c
Added an option (clock-jitter) to control the maximum compensated jitter.
[vlc] / src / input / input.c
index 892e54d64d4110e9e1175005903832a89f98ab9c..f4081ccbce239e0a360743bf225debad7eea8869 100644 (file)
@@ -110,9 +110,6 @@ static void SubtitleAdd( input_thread_t *p_input, char *psz_subtitle, bool b_for
 
 static void input_ChangeState( input_thread_t *p_input, int i_state ); /* TODO fix name */
 
-/* Do not let a pts_delay from access/demux go beyong 60s */
-#define INPUT_PTS_DELAY_MAX INT64_C(60000000)
-
 #undef input_Create
 /**
  * Create a new input_thread_t.