[vlc-devel] [PATCH] input: es_out: use vlc_tick_t
Thomas Guillem
thomas at gllm.fr
Mon Jul 2 09:40:56 CEST 2018
merged, thanks.
On Mon, Jul 2, 2018, at 04:54, Zhao Zhili wrote:
> ---
> src/input/es_out.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/input/es_out.c b/src/input/es_out.c
> index b6b1b20..4b8430d 100644
> --- a/src/input/es_out.c
> +++ b/src/input/es_out.c
> @@ -2068,7 +2068,7 @@ static int EsOutSend( es_out_t *out, es_out_id_t
> *es, block_t *p_block )
> /* Mark preroll blocks */
> if( p_sys->i_preroll_end >= 0 )
> {
> - int64_t i_date = p_block->i_pts;
> + vlc_tick_t i_date = p_block->i_pts;
> if( p_block->i_pts == VLC_TS_INVALID )
> i_date = p_block->i_dts;
>
> --
> 2.9.5
>
>
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list