summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mp.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-03-09 23:22:55 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-03-10 00:10:44 +0100
commitaefd1cb7256703ecd40f737e266612bfb8116054 (patch)
treee21cc562b5c14775743a707162477d2174151e73 /libavfilter/vf_mp.c
parentfa35d880aab1d3ef2b828cae640e43d370e8f0c2 (diff)
lavfi: remove swapuv libmpcodecs wrapper
The filter has been ported to a native libavfilter filter.
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 75a4246b9e..6d548743fe 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -178,7 +178,6 @@ extern const vf_info_t vf_info_softpulldown;
extern const vf_info_t vf_info_softskip;
extern const vf_info_t vf_info_spp;
extern const vf_info_t vf_info_stereo3d;
-extern const vf_info_t vf_info_swapuv;
extern const vf_info_t vf_info_telecine;
extern const vf_info_t vf_info_test;
extern const vf_info_t vf_info_tfields;
@@ -239,7 +238,6 @@ static const vf_info_t* const filters[]={
&vf_info_softskip,
&vf_info_spp,
&vf_info_stereo3d,
- &vf_info_swapuv,
&vf_info_telecine,
&vf_info_tile,
&vf_info_tinterlace,