Skip to content

Commit

Permalink
lavfi/mp: drop mp=fspp filter
Browse files Browse the repository at this point in the history
It has been ported to libavfilter.
  • Loading branch information
saste committed Dec 24, 2014
1 parent bdc4db0 commit a51c78c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 2,129 deletions.
1 change: 0 additions & 1 deletion doc/filters.texi
Original file line number Diff line number Diff line change
Expand Up @@ -6216,7 +6216,6 @@ The list of the currently supported filters follows:
@table @var
@item eq2
@item eq
@item fspp
@item ilpack
@item pp7
@item softpulldown
Expand Down
1 change: 0 additions & 1 deletion libavfilter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/mp_image.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/img_format.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_eq2.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_eq.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_fspp.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_ilpack.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_pp7.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_softpulldown.o
Expand Down
Loading

0 comments on commit a51c78c

Please sign in to comment.