• Max Kellermann's avatar
    output: pass audio_format to plugin.init() and plugin.open() · 3cae6856
    Max Kellermann authored
    Pass the globally configured audio_format as a const pointer to
    plugin.init().  plugin.open() gets a writable pointer which contains
    the audio_format requested by the plugin.  Its initial value is either
    the configured audio_format or the input file's audio_format.
    3cae6856
output_init.c 2.96 KB