diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-06-05 00:06:23 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-06-05 00:06:51 +0200 |
commit | 449558d34a243e30b648f8ba0f878e7278c49c4a (patch) | |
tree | d75fd71abd67a6e7d3c85f6de3afedac60f5695d /libavfilter/vf_mp.c | |
parent | 841df7bf865cc200e422ba7136a6a47a3e5ddc63 (diff) | |
download | ffmpeg-streaming-449558d34a243e30b648f8ba0f878e7278c49c4a.zip ffmpeg-streaming-449558d34a243e30b648f8ba0f878e7278c49c4a.tar.gz |
lavfi/mp: remove mp=sab
The filter was ported to a native libavfilter filter.
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 167fb0b..6821a87 100644 --- a/libavfilter/vf_mp.c +++ b/libavfilter/vf_mp.c @@ -134,7 +134,6 @@ extern const vf_info_t ff_vf_info_phase; extern const vf_info_t ff_vf_info_pp7; extern const vf_info_t ff_vf_info_pullup; extern const vf_info_t ff_vf_info_qp; -extern const vf_info_t ff_vf_info_sab; extern const vf_info_t ff_vf_info_softpulldown; extern const vf_info_t ff_vf_info_spp; extern const vf_info_t ff_vf_info_uspp; @@ -152,7 +151,6 @@ static const vf_info_t* const filters[]={ &ff_vf_info_pp7, &ff_vf_info_pullup, &ff_vf_info_qp, - &ff_vf_info_sab, &ff_vf_info_softpulldown, &ff_vf_info_spp, &ff_vf_info_uspp, |