[FFmpeg-devel] [PATCH] Port gradfun to libavfilter (GCI)

Nolan L nol888
Mon Nov 29 21:58:00 CET 2010


On Mon, Nov 29, 2010 at 9:00 AM, Stefano Sabatini <
stefano.sabatini-lala at poste.it> wrote:

> Just for curiosity, to which project is the GCI task related?
>

It was a VideoLAN task for x264.


>
> > +#ifndef AVFILTER_YADIF_H
> > +#define AVFILTER_YADIF_H
>
> Ehm...
>

That was 100% my fault for the copypaste typo.


> Maybe av_image_copy_plane() can be used instead.
>

Duly noted.

> +        else if (outpic->data[p] != inpic->data[p])
>
> Can this actually happen?
>
>
Most of this code is functionally identical to the mplayer edition. Due to
API differences I'm not sure if it's still needed, but it's best to include
so it can be taken out later.



More information about the ffmpeg-devel mailing list