[MPlayer-dev-eng] [PATCH] Fix incorrect API usage for FFmpeg

Brad Smith brad at comstyle.com
Thu Feb 9 03:12:13 EET 2023


On 2023-02-03 3:23 p.m., Reimar Döffinger wrote:
>
>> On 24 Jan 2023, at 18:45, Brad Smith <brad-at-comstyle.com at ffmpeg.org> wrote:
>>
>> ping.
>>
>> On 1/12/2023 10:54 AM, Brad Smith wrote:
>>> Building with Clang 15 it has kicked up an error exposing what appears
>>> to be incorrect API usage for FFmpeg.
>>>
>>>
>>> libmpcodecs/ve_lavc.c:444:39: error: incompatible integer to pointer conversion assigning to 'RcOverride *' (aka 'struct RcOverride *') from 'int' [-Wint-conversion]
>>>          lavc_venc_context->rc_override=
>>>                                        ^
> Sorry for the delay, it should be fixed now.
> Differently though, I think the reallocp variant
> is the right one to use, just needs to be used correctly.

Ah, I see. Our patch was replaced with what was commited. Thanks.


More information about the MPlayer-dev-eng mailing list