On 28/10/15 18:46, Vittorio Giovara wrote: > On Wed, Oct 28, 2015 at 5:48 PM, John Stebbins <[email protected]> > wrote: >> From: Michael Niedermayer <[email protected]> >> >> Signed-off-by: Michael Niedermayer <[email protected]> >> (cherry picked from ffmpeg commit 31619584556466e4beab98e9b04ed4c5ba0db178) >> --- >> libavfilter/vf_yadif.c | 4 ++++ >> 1 file changed, 4 insertions(+) >> >> diff --git a/libavfilter/vf_yadif.c b/libavfilter/vf_yadif.c >> index 574eac4..f9d65e7 100644 >> --- a/libavfilter/vf_yadif.c >> +++ b/libavfilter/vf_yadif.c >> @@ -462,6 +462,10 @@ static int config_props(AVFilterLink *link) >> link->w = link->src->inputs[0]->w; >> link->h = link->src->inputs[0]->h; >> >> + if (s->mode & 1) > > if (s->mode == 1 || s->mode == 3) please >
I'll update that to use something less magic and redo that myself =P John is already doing a lot =) lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
