summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mp.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-02-13 17:03:37 +0000
committerPaul B Mahol <onemda@gmail.com>2013-02-14 12:51:56 +0000
commit41ae43cade373ef335ae583427f15a972f320f69 (patch)
tree13ad96747140ceedf66a1823c2ffd3548ac5c75b /libavfilter/vf_mp.c
parent968f8acec88282ceebbe4acb31cd84eed087f1b9 (diff)
lavfi: remove softskip libmpcodecs wrapper
It is supposed to be used with mencoder only and does nothing when used with ffmpeg. 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 9c695a51c4..263a35b714 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -145,7 +145,6 @@ extern const vf_info_t ff_vf_info_pullup;
extern const vf_info_t ff_vf_info_qp;
extern const vf_info_t ff_vf_info_sab;
extern const vf_info_t ff_vf_info_softpulldown;
-extern const vf_info_t ff_vf_info_softskip;
extern const vf_info_t ff_vf_info_spp;
extern const vf_info_t ff_vf_info_stereo3d;
extern const vf_info_t ff_vf_info_telecine;
@@ -178,7 +177,6 @@ static const vf_info_t* const filters[]={
&ff_vf_info_qp,
&ff_vf_info_sab,
&ff_vf_info_softpulldown,
- &ff_vf_info_softskip,
&ff_vf_info_spp,
&ff_vf_info_stereo3d,
&ff_vf_info_telecine,