mirror of
https://github.com/godotengine/godot.git
synced 2024-11-11 06:33:10 +00:00
36fa6369fc
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
|
||
---|---|---|
.. | ||
doc_classes | ||
audio_stream_ogg_vorbis.cpp | ||
audio_stream_ogg_vorbis.h | ||
config.py | ||
register_types.cpp | ||
register_types.h | ||
resource_importer_ogg_vorbis.cpp | ||
resource_importer_ogg_vorbis.h | ||
SCsub |