lavfi/mp: drop mp=stereo3d filter
The filter has been natively integrated into libavfilter. Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -145,7 +145,6 @@ 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_stereo3d;
|
||||
extern const vf_info_t ff_vf_info_telecine;
|
||||
extern const vf_info_t ff_vf_info_tinterlace;
|
||||
extern const vf_info_t ff_vf_info_uspp;
|
||||
@@ -175,7 +174,6 @@ static const vf_info_t* const filters[]={
|
||||
&ff_vf_info_sab,
|
||||
&ff_vf_info_softpulldown,
|
||||
&ff_vf_info_spp,
|
||||
&ff_vf_info_stereo3d,
|
||||
&ff_vf_info_telecine,
|
||||
&ff_vf_info_tinterlace,
|
||||
&ff_vf_info_uspp,
|
||||
|
||||
Reference in New Issue
Block a user