[FFmpeg-devel] [PATCH] max_chunk_size from format context in build_chunks

2021-08-17 Thread Sander Cox
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

[FFmpeg-devel] [PATCH] max_chunk_size from format context in build_chunks

2021-07-09 Thread Sander Cox
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