aout: use the vlc_audio_meter API
commit8e99087c7f12d91b5fd6b8f31b66a14781cf6c05
authorThomas Guillem <thomas@gllm.fr>
Wed, 19 Aug 2020 14:37:56 +0000 (19 16:37 +0200)
committerThomas Guillem <thomas@gllm.fr>
Wed, 26 Aug 2020 14:01:11 +0000 (26 16:01 +0200)
tree3cd515477fa5f65ff516b15fe61b2e0600db61f1
parent0d87079613c4be2755cae299b5d1c618ae787d25
aout: use the vlc_audio_meter API

And expose internally:
 - aout_AddMeterPlugin()
 - aout_RemoveMeterPlugin().

This will allow the player to add and remove "audio meter" plugins.
src/audio_output/aout_internal.h
src/audio_output/dec.c
src/audio_output/output.c