diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-02-13 17:03:37 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-02-14 12:51:56 +0000 |
commit | 41ae43cade373ef335ae583427f15a972f320f69 (patch) | |
tree | 13ad96747140ceedf66a1823c2ffd3548ac5c75b /libavfilter/vf_mp.c | |
parent | 968f8acec88282ceebbe4acb31cd84eed087f1b9 (diff) | |
download | ffmpeg-streaming-41ae43cade373ef335ae583427f15a972f320f69.zip ffmpeg-streaming-41ae43cade373ef335ae583427f15a972f320f69.tar.gz |
lavfi: remove softskip libmpcodecs wrapper
It is supposed to be used with mencoder only and does
nothing when used with ffmpeg.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 9c695a5..263a35b 100644 --- a/libavfilter/vf_mp.c +++ b/libavfilter/vf_mp.c @@ -145,7 +145,6 @@ 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_softskip; extern const vf_info_t ff_vf_info_spp; extern const vf_info_t ff_vf_info_stereo3d; extern const vf_info_t ff_vf_info_telecine; @@ -178,7 +177,6 @@ static const vf_info_t* const filters[]={ &ff_vf_info_qp, &ff_vf_info_sab, &ff_vf_info_softpulldown, - &ff_vf_info_softskip, &ff_vf_info_spp, &ff_vf_info_stereo3d, &ff_vf_info_telecine, |