gstreamer/subprojects/gst-plugins-bad/ext/fdkaac
Jan Alexander Steffens (heftig) 4008b872bb fdkaacdec: Support up to 5 rear channels
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>
2023-05-30 14:18:08 +02:00
..
gstfdkaac.c Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstfdkaac.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstfdkaacdec.c fdkaacdec: Support up to 5 rear channels 2023-05-30 14:18:08 +02:00
gstfdkaacdec.h fdkaacdec: Support arbitrary channel configs 2022-02-25 18:20:52 +00:00
gstfdkaacenc.c fdkaacenc: Properly terminate GEnumValue table 2022-11-04 17:59:21 +00:00
gstfdkaacenc.h fdkaacenc: Add support for setting bitrate mode 2022-10-30 16:54:51 +05:30
gstfdkaacplugin.c Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
meson.build meson: Call pkgconfig.generate in the loop where we declare plugins dependencies 2022-09-01 21:17:35 +00:00