[vlc-devel] commit: input: Comment on how to enable auto pts delay adjustement. ( Pierre d'Herbemont )
git version control
git at videolan.org
Fri Jun 6 02:30:02 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Fri Jun 6 02:31:15 2008 +0200| [ee285661e1b40a67b004af979c7b66c02bb432fb]
input: Comment on how to enable auto pts delay adjustement.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ee285661e1b40a67b004af979c7b66c02bb432fb
---
src/input/decoder.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/input/decoder.c b/src/input/decoder.c
index 7b88288..aa715e9 100644
--- a/src/input/decoder.c
+++ b/src/input/decoder.c
@@ -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++ )
More information about the vlc-devel
mailing list