summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mp.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-02-13 16:55:07 +0000
committerPaul B Mahol <onemda@gmail.com>2013-02-14 12:51:56 +0000
commit968f8acec88282ceebbe4acb31cd84eed087f1b9 (patch)
treeff3d4f2f4ec45b6fff8866297820b1e603287341 /libavfilter/vf_mp.c
parent8bbb487e443a7979f223759a5d6c2d7662a5948d (diff)
lavfi: remove dsize libmpcodecs wrapper
Filter does nothing, and supposed funcionality is already available with native filter(s). 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 8076ec3733..9c695a51c4 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -126,7 +126,6 @@ extern const vf_info_t ff_vf_info_detc;
extern const vf_info_t ff_vf_info_dint;
extern const vf_info_t ff_vf_info_divtc;
extern const vf_info_t ff_vf_info_down3dright;
-extern const vf_info_t ff_vf_info_dsize;
extern const vf_info_t ff_vf_info_eq2;
extern const vf_info_t ff_vf_info_eq;
extern const vf_info_t ff_vf_info_fil;
@@ -160,7 +159,6 @@ static const vf_info_t* const filters[]={
&ff_vf_info_dint,
&ff_vf_info_divtc,
&ff_vf_info_down3dright,
- &ff_vf_info_dsize,
&ff_vf_info_eq2,
&ff_vf_info_eq,
&ff_vf_info_fil,