Delete mp=uspp

This commit is contained in:
Arwa Arif
2014-12-12 11:14:26 +05:30
committed by Paul B Mahol
parent 2a8eb0d156
commit 9f85c273a3
5 changed files with 1 additions and 401 deletions

View File

@@ -131,8 +131,6 @@ 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_softpulldown;
extern const vf_info_t ff_vf_info_uspp;
static const vf_info_t* const filters[]={
&ff_vf_info_eq2,
@@ -141,8 +139,6 @@ static const vf_info_t* const filters[]={
&ff_vf_info_ilpack,
&ff_vf_info_pp7,
&ff_vf_info_softpulldown,
&ff_vf_info_uspp,
NULL
};