Re: [FFmpeg-devel] [PATCH 6/7] avcodec/vlc: Use proper namespace

2023-09-09 Thread Michael Niedermayer
On Fri, Sep 08, 2023 at 04:07:26PM +0200, Andreas Rheinhardt wrote: > Therefore use a proper prefix for this API, e.g. > ff_init_vlc_sparse -> ff_vlc_init_sparse > ff_free_vlc-> ff_vlc_free > INIT_VLC_LE-> VLC_INIT_LE > INIT_VLC_USE_NEW_STATIC -> VLC_INIT_USE_STATIC > (The ancient I

[FFmpeg-devel] [PATCH 6/7] avcodec/vlc: Use proper namespace

2023-09-08 Thread Andreas Rheinhardt
Therefore use a proper prefix for this API, e.g. ff_init_vlc_sparse -> ff_vlc_init_sparse ff_free_vlc-> ff_vlc_free INIT_VLC_LE-> VLC_INIT_LE INIT_VLC_USE_NEW_STATIC -> VLC_INIT_USE_STATIC (The ancient INIT_VLC_USE_STATIC has been removed in 595324e143b57a52e2329eb47b84395c70f93087,