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:
authorPaul B Mahol <onemda@gmail.com>2015-01-29 16:45:55 +0300
committerPaul B Mahol <onemda@gmail.com>2015-01-30 19:10:11 +0300
commit9fd925dee58d6af846f5ff4f63f5052ec4075581 (patch)
tree63b2b6ea6f4c282d203422e1052ab63ae7ea7535 /libavfilter/vf_mp.c
parentd0f315ab6c7d5829f43ebbe18e1e8827dad4c46b (diff)
lavfi: remove mp=softpulldown
It is supposed to work correctly with MEncoder only. Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/vf_mp.c')
-rw-r--r--libavfilter/vf_mp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavfilter/vf_mp.c b/libavfilter/vf_mp.c
index 63fdedd699..59bd60dd83 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -124,10 +124,7 @@ static const struct {
{0, AV_PIX_FMT_NONE}
};
-extern const vf_info_t ff_vf_info_softpulldown;
-
static const vf_info_t* const filters[]={
- &ff_vf_info_softpulldown,
NULL
};