summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2021-03-03 10:51:04 +0200
committerTim-Philipp Müller <tim@centricular.com>2021-03-15 16:58:24 +0000
commita339f8f9641382b92b43e6d146bdc5d87a9704f8 (patch)
tree1769007a83360d7d94856f261aa1ecd340b11214 /meson.build
parentaacec2cf3c58f5ee416be6a2e93e922b2baea898 (diff)
downloadgst-libav-a339f8f9641382b92b43e6d146bdc5d87a9704f8.tar.gz
avcodecmap: Don't try converting channel layouts with more than 64 channels
We only support up to 64 channels in GStreamer with a specific layout so it's safe to assume a NONE layout in this case. Also the arrays of channel positions are allocated everywhere with 64 elements so don't try setting more than 64 to NONE as that will cause stack corruptions and similar memory safety issues. Thanks to Natalie Silvanovich for reporting this issue. Fixes https://gitlab.freedesktop.org/gstreamer/gst-libav/-/issues/92 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-libav/-/merge_requests/121>
Diffstat (limited to 'meson.build')
0 files changed, 0 insertions, 0 deletions