[FFmpeg-devel] [PATCH 3/5] Renamed reinterlace to tinterlace

Vasile Toncu vasile.toncu at tremend.com
Tue Aug 14 19:53:33 EEST 2018


Hi Thomas,

I added the log messages.

Thanks for the review.

On Tue, Aug 14, 2018 at 3:23 PM, Thomas Mundt <tmundt75 at gmail.com> wrote:

> Hi,
>
> 2018-08-13 0:02 GMT+02:00 Vasile Toncu <vasile.toncu at tremend.com>:
>
> > Hello,
> >
> > I have updated patch 3 according to review, removed all code related to
> the
> > new flags (MERGE_TFF, MERGE_BFF) and threading functionality.
> >
> >
> Thanks, your patch looks fine to me now.
> There is just one thing, I forgot to mention last review:
>
>
> > {....}
> > -    if (tinterlace->flags & (TINTERLACE_FLAG_VLPF |
> TINTERLACE_FLAG_CVLPF)
> > -            && !(tinterlace->mode == MODE_INTERLEAVE_TOP
> > -              || tinterlace->mode == MODE_INTERLEAVE_BOTTOM)) {
> > -        av_log(ctx, AV_LOG_WARNING, "low_pass_filter flags ignored with
> > mode %d\n",
> > -                tinterlace->mode);
> >
> > {....}
> > +    if (tinterlace->flags & FLAG_VLPF || tinterlace->flags &
> FLAG_CVLPF) {
> >
> > -    av_log(ctx, AV_LOG_VERBOSE, "mode:%d filter:%s h:%d -> h:%d\n",
> > tinterlace->mode,
> > -           (tinterlace->flags & TINTERLACE_FLAG_CVLPF) ? "complex" :
> > -           (tinterlace->flags & TINTERLACE_FLAG_VLPF) ? "linear" :
> "off",
> > -           inlink->h, outlink->h);
> >
>
> Please keep the log messages. Nothing should change for the user.
>
> Regards,
> Thomas
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Patch-3-Move-reinterlace-to-tinterlace.patch
Type: text/x-patch
Size: 89858 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20180814/2a082c72/attachment.bin>


More information about the ffmpeg-devel mailing list