mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-09 12:06:40 -04:00
aacDecoder_DecodeFrame expects the number of destination INT_PCM samples, not bytes. Since INT_PCM is int16_t (2 bytes), passing dst_size in bytes tells the decoder the buffer is 2x larger than reality. Note that we don't need to care about the number of channels in this size, the decoder will do that for us. |
||
|---|---|---|
| .. | ||
| examples | ||
| include | ||
| include-private/spa-private | ||
| lib | ||
| plugins | ||
| tests | ||
| tools | ||
| meson.build | ||