summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mp.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-09-18 22:47:47 +0000
committerPaul B Mahol <onemda@gmail.com>2013-09-19 15:53:45 +0000
commit390c35a13b3e28416836d122a0b3a40d9a6d8eb6 (patch)
treeea356be68d1272e60637c15fb263cf5bd84e5220 /libavfilter/vf_mp.c
parentad2a08388c82bdec5ac9355ca6e0bc4c98b26423 (diff)
lavfi/mp: remove mp=qp
The filter does nothing. Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 099175495b..e4968d641e 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -127,7 +127,6 @@ extern const vf_info_t ff_vf_info_eq;
extern const vf_info_t ff_vf_info_fspp;
extern const vf_info_t ff_vf_info_ilpack;
extern const vf_info_t ff_vf_info_pp7;
-extern const vf_info_t ff_vf_info_qp;
extern const vf_info_t ff_vf_info_softpulldown;
extern const vf_info_t ff_vf_info_uspp;
@@ -138,7 +137,6 @@ static const vf_info_t* const filters[]={
&ff_vf_info_fspp,
&ff_vf_info_ilpack,
&ff_vf_info_pp7,
- &ff_vf_info_qp,
&ff_vf_info_softpulldown,
&ff_vf_info_uspp,