[FFmpeg-devel] How to correctly use init and uninit

Carl Eugen Hoyos ceffmpeg at gmail.com
Fri Apr 19 17:08:36 EEST 2019


2019-04-19 14:25 GMT+02:00, Ulf Zibis <Ulf.Zibis at cosoco.de>:
>
> Am 19.04.19 um 13:38 schrieb Paul B Mahol:
>>
>> Use either av_freep(&s->filler) or av_free(s->filler).
>
> It works fine without 'p'.

Please use av_freep() for context variables.

Carl Eugen


More information about the ffmpeg-devel mailing list