mirror of https://github.com/godotengine/godot
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 | ||
| SCsub | ||
| 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 | ||