[FFmpeg-devel] rectification filter

Daniel Oberhoff danieloberhoff at gmail.com
Fri Aug 1 12:10:50 CEST 2014


Am 29.07.2014 um 09:43 schrieb Clément Bœsch <u at pkh.me>:

> On Tue, Jul 29, 2014 at 08:04:50AM +0200, Daniel Oberhoff wrote:
>> Updated patch:

…

>> +static av_cold int init(AVFilterContext *ctx)
>> +{
>> +    return 0;
>> +}
>> +
>> +static av_cold void uninit(AVFilterContext *ctx)
>> +{
>> +}
>> +
> 
> It doesn't work with NULL I suppose?

What do you mean? This was copied pasted I think from rotate.

All the other comments I just applied. Will send an updated patch today.


More information about the ffmpeg-devel mailing list