summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mp.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-11-09 00:15:41 +0100
committerClément Bœsch <ubitux@gmail.com>2012-11-11 22:49:53 +0100
commit2b3597f0d1657061296bbcf17ba60189b73ccc5a (patch)
treef6cf43d5f5812a2407e32b24b3295ef7757744a9 /libavfilter/vf_mp.c
parent84aed3faf0914573b238a18bbbb03464deea77cd (diff)
lavfi: remove mp=fixpts filter.
lavfi/f_setpts.c should allow everything mp=fixpts supports, with a lot of additional control.
Diffstat (limited to 'libavfilter/vf_mp.c')
-rw-r--r--libavfilter/vf_mp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/vf_mp.c b/libavfilter/vf_mp.c
index 59dcf88625..31410c44b5 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -139,7 +139,6 @@ extern const vf_info_t vf_info_eq;
extern const vf_info_t vf_info_expand;
extern const vf_info_t vf_info_fil;
extern const vf_info_t vf_info_filmdint;
-extern const vf_info_t vf_info_fixpts;
extern const vf_info_t vf_info_flip;
extern const vf_info_t vf_info_format;
extern const vf_info_t vf_info_fspp;
@@ -190,7 +189,6 @@ static const vf_info_t* const filters[]={
&vf_info_eq,
&vf_info_fil,
// &vf_info_filmdint, cmmx.h vd.h ‘opt_screen_size_x’
- &vf_info_fixpts,
&vf_info_fspp,
&vf_info_geq,
&vf_info_harddup,