[vlc-devel] [PATCH 6/7] vout: display: rename display function to vout_display_XXX

Rémi Denis-Courmont remi at remlab.net
Wed Oct 9 18:18:12 CEST 2019


Le keskiviikkona 9. lokakuuta 2019, 18.58.52 EEST Thomas Guillem a écrit :
> On Wed, Oct 9, 2019, at 17:36, Steve Lhomme wrote:
> > Not to be confused with regular the vout_XXX API.
> > They're not public functions
> > ---
> > 
> >  src/video_output/display.c      | 62 ++++++++++++++++-----------------
> >  src/video_output/video_output.c | 22 ++++++------
> >  src/video_output/vout_wrapper.c |  4 +--
> >  src/video_output/vout_wrapper.h | 18 +++++-----
> >  4 files changed, 53 insertions(+), 53 deletions(-)
> > 
> > diff --git a/src/video_output/display.c b/src/video_output/display.c
> > index e95e9539f17..4fe7654e710 100644
> > --- a/src/video_output/display.c
> > +++ b/src/video_output/display.c
> > @@ -406,14 +406,14 @@ picture_pool_t *vout_GetPool(vout_display_t *vd,
> > unsigned count)
> > 
> >      return osys->pool;
> >  
> >  }
> > 
> > -bool vout_IsDisplayFiltered(vout_display_t *vd)
> > +bool VoutDisplayIsFiltered(vout_display_t *vd)
> 
> I prefer vout_display_Is*

Me too, and same thing on the previous patch...

-- 
Rémi Denis-Courmont
http://www.remlab.net/





More information about the vlc-devel mailing list