• Max Kellermann's avatar
    decoder: pass the correct buffer length to pcm_convert() · 362ca300
    Max Kellermann authored
    When a global audio format is configured (setting
    "audio_output_format"), decoder_data() overwrote the "length"
    parameter with the size of the output buffer (result of
    pcm_convert_size()).  Declare a separate variable for the output
    buffer length.
    362ca300
decoder_api.c 7.55 KB