Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArwa Arif <arwaarif1994@gmail.com>2014-12-12 08:44:26 +0300
committerPaul B Mahol <onemda@gmail.com>2014-12-12 21:28:31 +0300
commit9f85c273a36d0db1c6c05759f6bb6eee763ad429 (patch)
treec855f96949907b03e2dfaca3db4354af8c9b1a58 /libavfilter/vf_mp.c
parent2a8eb0d1565afe1c6f6a805a743987926a8dbaa7 (diff)
Delete mp=uspp
Diffstat (limited to 'libavfilter/vf_mp.c')
-rw-r--r--libavfilter/vf_mp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavfilter/vf_mp.c b/libavfilter/vf_mp.c
index 9264e9b677..7a90ec4c41 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -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
};