aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-01-14 05:07:39 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-01-20 03:27:01 +0100
commitfd4c59b51903e1748643fc4ba530e0e7544d1527 (patch)
tree02eec7036e5582ba076cc757a3248d81a7a9250f /libavfilter/allfilters.c
parenta61b0df7083cd840fc08e74718a086b97aaefd31 (diff)
downloadffmpeg-fd4c59b51903e1748643fc4ba530e0e7544d1527.tar.gz
Enable libmpcodecs support.
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r--libavfilter/allfilters.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c
index 1dffb80473..b3e6fc5d33 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -51,6 +51,7 @@ void avfilter_register_all(void)
REGISTER_FILTER (GRADFUN, gradfun, vf);
REGISTER_FILTER (HFLIP, hflip, vf);
REGISTER_FILTER (HQDN3D, hqdn3d, vf);
+ REGISTER_FILTER (MP, mp, vf);
REGISTER_FILTER (NOFORMAT, noformat, vf);
REGISTER_FILTER (NULL, null, vf);
REGISTER_FILTER (OCV, ocv, vf);