godot/modules/stb_vorbis
Rémi Verschelde 36fa6369fc
stb_vorbis: Increase max alloc buffer size for big Vorbis comments
The previous max worked OK for audio data, but stb_vorbis recently gained support
for Vorbis comments, which can embed up to 2^32-1 bytes of data (e.g. cover art
encoded as base64).

We use 2^30 as max which should be sufficient for most files.

Fixes #41913.

(cherry picked from commit d16f5a57c1)
2020-09-10 12:04:19 +02:00
..
doc_classes doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
audio_stream_ogg_vorbis.cpp stb_vorbis: Increase max alloc buffer size for big Vorbis comments 2020-09-10 12:04:19 +02:00
audio_stream_ogg_vorbis.h doc: Complete documentation for VideoStreams 2020-01-26 11:29:07 +01:00
config.py SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
register_types.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
register_types.h Adding missing include guards to header files identified by LGTM. 2020-03-25 11:38:54 +01:00
resource_importer_ogg_vorbis.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
resource_importer_ogg_vorbis.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00