From b4c886d8cf60214bd99aa0a76a8f89277e5c11fe Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 6 Sep 2023 22:46:14 +0200 Subject: Bump the PNG subtitle / font buffer a little. --- src/smpte_subtitle_asset.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 ++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)); -- cgit v1.2.3