[vlc-devel] commit: Cleanup (Jean-Paul Saman )
git version control
git at videolan.org
Mon Nov 24 15:06:38 CET 2008
vlc | branch: 0.8.6-bugfix | Jean-Paul Saman <jpsaman at videolan.org> | Sun Nov 23 17:09:53 2008 +0100| [b7c804de8a214815dab7e5cc8e814713fdcf3f20] | committer: Jean-Paul Saman
Cleanup
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b7c804de8a214815dab7e5cc8e814713fdcf3f20
---
src/input/es_out.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/input/es_out.c b/src/input/es_out.c
index b6127b5..12c8183 100644
--- a/src/input/es_out.c
+++ b/src/input/es_out.c
@@ -1089,7 +1089,7 @@ static int EsOutSend( es_out_t *out, es_out_id_t *es, block_t *p_block )
p_block->i_dts =
input_ClockGetTS( p_input, &p_pgrm->clock, p_block->i_dts ) + i_delay;
}
-
+
if( p_block->i_pts > 0 && (p_block->i_flags&BLOCK_FLAG_PREROLL) )
{
p_block->i_pts += i_delay;
@@ -1099,7 +1099,7 @@ static int EsOutSend( es_out_t *out, es_out_id_t *es, block_t *p_block )
p_block->i_pts =
input_ClockGetTS( p_input, &p_pgrm->clock, p_block->i_pts ) + i_delay;
}
-
+
if ( es->fmt.i_codec == VLC_FOURCC( 't', 'e', 'l', 'x' ) )
{
mtime_t current_date = mdate();
More information about the vlc-devel
mailing list