[FFmpeg-devel] rectification filter
Clément Bœsch
u at pkh.me
Wed Aug 6 12:12:33 CEST 2014
On Sun, Aug 03, 2014 at 06:43:18PM +0200, Daniel Oberhoff wrote:
[...]
> >> +static av_cold int init(AVFilterContext *ctx)
> >> +{
> >> + return 0;
> >> +}
> >>
> >
> > please remove this one, there is no point in having code that does nothing.
> >
> >> +
> >> +static av_cold void uninit(AVFilterContext *ctx)
> >> +{
> >> +}
> >> +
> >>
> >
> > ditto
> >
>
> Done thanks!
>
Did you forget to attach the latest version of the patch or I missed it
somewhere in the thread?
[...]
--
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140806/f9dd7c3e/attachment.asc>
More information about the ffmpeg-devel
mailing list