from the MOV track so this will do for now.
Regards,
Sander
From e7ffe48e8e23652931ee3bac3fcc25b9d480a0e4 Mon Sep 17 00:00:00 2001
From: Sander Cox
Date: Fri, 9 Jul 2021 13:40:22 +0200
Subject: [PATCH] max_chunk_size from format context in build_chunks
Maximum size of a MOV chunk should be taken
Maximum size of a MOV chunk should be taken from the configurable
max_chunk_size option in AVFormatContext. If it is not defined revert to
the previously set limit of 1mb.
This patch was made in order to control the size of chunks in a MOV format
writer. I noticed that there was already an option