diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-02-13 16:55:07 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-02-14 12:51:56 +0000 |
commit | 968f8acec88282ceebbe4acb31cd84eed087f1b9 (patch) | |
tree | ff3d4f2f4ec45b6fff8866297820b1e603287341 /libavfilter/vf_mp.c | |
parent | 8bbb487e443a7979f223759a5d6c2d7662a5948d (diff) | |
download | ffmpeg-968f8acec88282ceebbe4acb31cd84eed087f1b9.tar.gz |
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.c | 2 |
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, |