lavfi/mp: remove remove_logo wrapper

removelogo has been ported to libavfilter, and the wrapper was not
working.
This commit is contained in:
Stefano Sabatini
2012-04-07 13:26:51 +02:00
parent 2f83681c79
commit 6cb01c9dba
5 changed files with 1 additions and 911 deletions

View File

@ -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,