[FFmpeg-devel] [PATCH] avfilter/tinterlace: merge code with interlace

tim nicholson nichot20 at yahoo.com
Thu Dec 4 10:31:47 CET 2014


On 02/12/14 18:43, Clément Bœsch wrote:
> ---
> After this commit, interlace doesn't behave the same if the input frames
> are already interlaced. Does anyone wants me to keep this behaviour?
> 
> Also, the PTS adjustments might be different, but I didn't follow the
> current discussions about it so I can't tell what people want.
> ---
>  libavfilter/Makefile                |   2 +-
>  libavfilter/interlace.h             |  58 ---------
>  libavfilter/tinterlace.h            |   5 +-
>  libavfilter/vf_interlace.c          | 250 ------------------------------------
>  libavfilter/vf_tinterlace.c         |  44 +++++++
>  libavfilter/x86/Makefile            |   2 +-
>  libavfilter/x86/vf_interlace_init.c |  47 -------
>  7 files changed, 49 insertions(+), 359 deletions(-)
>  delete mode 100644 libavfilter/interlace.h
>  delete mode 100644 libavfilter/vf_interlace.c
>  delete mode 100644 libavfilter/x86/vf_interlace_init.c
> 
> [..]

The docs will need updating to remove the vf_interlace entry and add the
lp filter options. Maybe that is the time to merge the ascii art
graphics and add Michael's additional mode ones as well?


-- 
Tim.
Key Fingerprint 38CF DB09 3ED0 F607 8B67 6CED 0C0B FC44 8B0B FC83


More information about the ffmpeg-devel mailing list