> On 24. Jul 2024, at 00:10, Michael Niedermayer wrote:
>
> On Tue, Jul 23, 2024 at 12:17:43PM -0300, James Almer wrote:
>>> On 7/19/2024 12:31 PM, Paul B Mahol wrote:
>>> Internal/private filter structures/API changes does not need be mentioned
>>> in that file, isn't that fact obvious even fo
Hi,
> On 12. Jun 2023, at 13:56, Zhao Zhili wrote:
>
> From: Zhao Zhili
>
> mov_try_read_block() allocates 1MB at least, which can be more than
> enough. It was called when reading saiz box, which can appear
> periodically inside fmp4. This consumes a lot of memory.
>
> We can fix mov_try_re
> Am 14.06.2021 um 15:03 schrieb Thilo Borgmann :
>
> Hi,
>
> TARGET_OS_OSX exists since OSX 10.10.6. TARGET_OS_MAC is there on both sides
> of 10.10.6. Fixes compilation on Yosemite.
>
Hi Thilo, TARGET_OS_MAC is 1 when building for iOS as well, you need
!TARGET_OS_IPHONE instead.
> -Thil