[FFmpeg-devel] [PATCH 03/12] lavfi: drop vf_qp
    Lou Logan 
    lou at lrcd.com
       
    Mon Feb 24 23:41:38 EET 2020
    
    
  
On Mon, Feb 24, 2020, at 3:37 AM, Anton Khirnov wrote:
> It fundamentally depends on an API that has been deprecated for five
> years, has seen no commits since that time and is of highly dubious
> usefulness.
> ---
>  doc/filters.texi            |  32 -------
>  libavfilter/Makefile        |   1 -
>  libavfilter/allfilters.c    |   1 -
>  libavfilter/vf_qp.c         | 183 ------------------------------------
>  tests/fate/filter-video.mak |   7 +-
>  tests/ref/fate/filter-pp2   |   1 -
>  tests/ref/fate/filter-pp3   |   1 -
>  7 files changed, 1 insertion(+), 225 deletions(-)
>  delete mode 100644 libavfilter/vf_qp.c
>  delete mode 100644 tests/ref/fate/filter-pp2
>  delete mode 100644 tests/ref/fate/filter-pp3
Fine with me. I've never seen it used by anyone.
    
    
More information about the ffmpeg-devel
mailing list