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 on the AVFormatContext that was configurable through a setting and figured it was a small fix to actually get this value when determining chunk sizes. Would have preferred to be able to set it per Track/Stream but could not figure out how to get settings on a specific stream and get access to them from the MOV track so this will do for now. Regards, Sander
0001-max_chunk_size-from-format-context-in-build_chunks.patch
Description: Binary data
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".