[vlc-devel] [PATCH 05/18] vout: rework spu_Render()
Thomas Guillem
thomas at gllm.fr
Fri Mar 8 12:58:38 CET 2019
On Fri, Mar 8, 2019, at 12:33, Francois Cartegnie wrote:
> Le 07/03/2019 à 15:25, Thomas Guillem a écrit :
> > const video_format_t *fmt_src,
> > - vlc_tick_t render_subtitle_date,
> > - vlc_tick_t render_osd_date,
> > + vlc_tick_t system_now,
> > + vlc_tick_t render_subtitle_date, float rate,
> > bool ignore_osd,
>
> Nitpicking. useless reorder of arguments.
In order to use the same order across all internal APIs (clock,aout,vout,spu): (vlc_tick_t system, vlc_tick_t stream).
>
> --
> Francois Cartegnie
> VideoLAN - VLC Developer
> _______________________________________________
> 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