2017-01-31 13:52 GMT+01:00 Carl Eugen Hoyos <[email protected]>:
> 2017-01-31 13:42 GMT+01:00 Matteo Naccari <[email protected]>:
>> Any news on the integration of the patch identified in the subject line?
>
> So far, you haven't removed the calls to malloc().
> Please use av_freep() (instead of av_free) to free the memory.
And please replace all:
if (condition)
do;
else {
...
with:
if (condition) {
do;
} else {
...
Carl Eugen
_______________________________________________
ffmpeg-devel mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel