[FFmpeg-devel] [PATCH] lavfi: remove softskip libmpcodecs wrapper

Stefano Sabatini stefasab at gmail.com
Thu Feb 14 15:07:58 CET 2013


On date Wednesday 2013-02-13 17:07:36 +0000, Paul B Mahol encoded:
> It is supposed to be used with mencoder only and does
> nothing when used with ffmpeg.
> 
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
>  doc/filters.texi                      |   1 -
>  libavfilter/Makefile                  |   1 -
>  libavfilter/libmpcodecs/vf_softskip.c | 102 ----------------------------------
>  libavfilter/vf_mp.c                   |   2 -
>  4 files changed, 106 deletions(-)
>  delete mode 100644 libavfilter/libmpcodecs/vf_softskip.c

>From MPlayer docs:

              Only useful with MEncoder.  Softskip moves the frame skipping (dropping) step of en‐
              coding from before the filter chain to some point during the filter chain.  This al‐
              lows filters which need to see all frames  (inverse  telecine,  temporal  denoising,
              etc.)  to  function  properly.  Should be placed after the filters which need to see
              all frames and before any subsequent filters that are CPU-intensive.

Again I have no idea what this filter may be good for in FFmpeg, thus
I don't object against its removal.
-- 
FFmpeg = Fierce and Fabulous Muttering Powerful Ermetic Gadget


More information about the ffmpeg-devel mailing list