lavfi: port mp=pp7 to libavfilter
The only difference with mp=pp7 is that default mode is "medium", as stated in the MPlayer docs, rather than "hard". Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
This commit is contained in:
parent
b1d223301f
commit
a299cd5ab3
10 changed files with 565 additions and 1 deletions
|
@ -179,6 +179,7 @@ void avfilter_register_all(void)
|
|||
REGISTER_FILTER(PHASE, phase, vf);
|
||||
REGISTER_FILTER(PIXDESCTEST, pixdesctest, vf);
|
||||
REGISTER_FILTER(PP, pp, vf);
|
||||
REGISTER_FILTER(PP7, pp7, vf);
|
||||
REGISTER_FILTER(PSNR, psnr, vf);
|
||||
REGISTER_FILTER(PULLUP, pullup, vf);
|
||||
REGISTER_FILTER(REMOVELOGO, removelogo, vf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue