summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mp.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-10-26 18:27:39 +0000
committerPaul B Mahol <onemda@gmail.com>2012-10-30 21:24:29 +0000
commit7b378c2fb76387cb91793ed18f546a3a19bdd615 (patch)
tree5fb2a855cc89417076d1efb98b298ae674bf48a7 /libavfilter/vf_mp.c
parentf7a9a9966125eeff67592cf96a24229cfb67d1d4 (diff)
lavfi: remove yuvcsp and yvu9 libmpcodecs wrappers
Same functionality is provided by libswscale. Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 7700b1f1d9..01c73f8b18 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -180,8 +180,6 @@ extern const vf_info_t vf_info_unsharp;
extern const vf_info_t vf_info_uspp;
extern const vf_info_t vf_info_vo;
extern const vf_info_t vf_info_yadif;
-extern const vf_info_t vf_info_yuvcsp;
-extern const vf_info_t vf_info_yvu9;
extern const vf_info_t vf_info_zrmjpeg;
@@ -226,8 +224,6 @@ static const vf_info_t* const filters[]={
&vf_info_tinterlace,
&vf_info_unsharp,
&vf_info_uspp,
- &vf_info_yuvcsp,
- &vf_info_yvu9,
NULL
};