Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-11-09 02:42:38 +0400
committerClément Bœsch <ubitux@gmail.com>2012-11-12 01:43:18 +0400
commit84aed3faf0914573b238a18bbbb03464deea77cd (patch)
tree31540a410f32b2e9ca07df93d0d9d5ee25bda3e6 /libavfilter/vf_mp.c
parenta8afb0830e76cba89dd72725c51ebbf090a1d42e (diff)
lavfi: remove mp=tile filter.
The native tile video filter is now feature equivalent.
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 93d27ec233..59dcf88625 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -171,7 +171,6 @@ extern const vf_info_t vf_info_stereo3d;
extern const vf_info_t vf_info_telecine;
extern const vf_info_t vf_info_test;
extern const vf_info_t vf_info_tfields;
-extern const vf_info_t vf_info_tile;
extern const vf_info_t vf_info_tinterlace;
extern const vf_info_t vf_info_unsharp;
extern const vf_info_t vf_info_uspp;
@@ -214,7 +213,6 @@ static const vf_info_t* const filters[]={
&vf_info_spp,
&vf_info_stereo3d,
&vf_info_telecine,
- &vf_info_tile,
&vf_info_tinterlace,
&vf_info_unsharp,
&vf_info_uspp,