diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-09-06 22:46:14 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-09-06 22:46:14 +0200 |
| commit | b4c886d8cf60214bd99aa0a76a8f89277e5c11fe (patch) | |
| tree | 5c08bad7451a2a2b1d0313207f3daabb6587464b /src | |
| parent | 197a0bc8aa2ab25bd831fc9d4da99feb7fee8050 (diff) | |
Bump the PNG subtitle / font buffer a little.
Diffstat (limited to 'src')
| -rw-r--r-- | src/smpte_subtitle_asset.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smpte_subtitle_asset.cc b/src/smpte_subtitle_asset.cc index 7e2bcb73..98383532 100644 --- a/src/smpte_subtitle_asset.cc +++ b/src/smpte_subtitle_asset.cc @@ -233,8 +233,8 @@ SMPTESubtitleAsset::read_mxf_resources (shared_ptr<ASDCP::TimedText::MXFReader> ++i) { ASDCP::TimedText::FrameBuffer buffer; - buffer.Capacity (10 * 1024 * 1024); reader->ReadAncillaryResource (i->ResourceID, buffer, dec->context(), dec->hmac()); + buffer.Capacity(32 * 1024 * 1024); char id[64]; Kumu::bin2UUIDhex (i->ResourceID, ASDCP::UUIDlen, id, sizeof(id)); |
