mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
4008b872bb
The `switch (n_rear)` supports up to 5 rear channels, but our channel set only had space for 3. Size the set properly to fix this. This didn't actually cause any memory unsafety as `PUSH_CHAN` would stop incrementing `n_rear` if the channel set is already full. Thanks to @alatiera for noticing this. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4712> |
||
---|---|---|
.. | ||
gstfdkaac.c | ||
gstfdkaac.h | ||
gstfdkaacdec.c | ||
gstfdkaacdec.h | ||
gstfdkaacenc.c | ||
gstfdkaacenc.h | ||
gstfdkaacplugin.c | ||
meson.build |