summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mp.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-02-26 15:14:36 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-02-26 20:39:32 +0100
commit02670762d25fd0b527534ff31fac193a3ea2109e (patch)
treea12b5d4bdc1936432a462cf914d999a61d06c4d0 /libavfilter/vf_mp.c
parentd7804de351da059bf0c41c2bc2bbc02dbb755c0f (diff)
libavfilter/libmpcodecs: add vf_pp from current mplayer svn
This will allow us to do regression tests on libpostproc. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/vf_mp.c')
-rw-r--r--libavfilter/vf_mp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/vf_mp.c b/libavfilter/vf_mp.c
index 8cc93f7d85..701e387d95 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -225,6 +225,7 @@ static const vf_info_t* const filters[]={
&vf_info_palette,
&vf_info_perspective,
&vf_info_phase,
+ &vf_info_pp,
&vf_info_pp7,
&vf_info_pullup,
&vf_info_qp,