]> git.sesse.net Git - vlc/commitdiff
input: Comment on how to enable auto pts delay adjustement.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 6 Jun 2008 00:31:15 +0000 (02:31 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 6 Jun 2008 00:31:39 +0000 (02:31 +0200)
src/input/decoder.c

index 7b882887c250c944f7283c5beb7f54331ed97ad4..aa715e96e2177c947b42d0a2711a121f33246731 100644 (file)
@@ -738,6 +738,7 @@ static void optimize_video_pts( decoder_t *p_dec )
     vout_thread_t * p_vout = p_dec->p_owner->p_vout;
     input_thread_private_t * p_priv = p_input->p;
 
+    /* Enable with --auto-adjust-pts-delay */
     if( !p_priv->pts_adjust.auto_adjust ) return;
 
     for( i = 0; i < I_RENDERPICTURES; i++ )