mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 07:40:00 +08:00
lavfi/mp: remove remove_logo wrapper
removelogo has been ported to libavfilter, and the wrapper was not working.
This commit is contained in:
@ -168,7 +168,6 @@ extern const vf_info_t vf_info_pp;
|
||||
extern const vf_info_t vf_info_pullup;
|
||||
extern const vf_info_t vf_info_qp;
|
||||
extern const vf_info_t vf_info_rectangle;
|
||||
extern const vf_info_t vf_info_remove_logo;
|
||||
extern const vf_info_t vf_info_rotate;
|
||||
extern const vf_info_t vf_info_sab;
|
||||
extern const vf_info_t vf_info_scale;
|
||||
@ -229,7 +228,6 @@ static const vf_info_t* const filters[]={
|
||||
&vf_info_pullup,
|
||||
&vf_info_qp,
|
||||
&vf_info_rectangle,
|
||||
&vf_info_remove_logo,
|
||||
&vf_info_rotate,
|
||||
&vf_info_sab,
|
||||
&vf_info_screenshot,
|
||||
|
Reference in New Issue
Block a user