aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-08-24 14:53:31 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-08-24 14:53:36 +0200
commitf155e01ab06661cbe56b7ca197785124c1f6471f (patch)
tree612e293481539cab0b90dac4ed5baed76baa066c /libavfilter/allfilters.c
parent6dfa70f272d7ede75d45991c907dd93c50be1690 (diff)
parentf888331769d666fd7b9cebf7d1b6d824300978cb (diff)
downloadffmpeg-f155e01ab06661cbe56b7ca197785124c1f6471f.tar.gz
Merge remote-tracking branch 'ubitux/codecview'
* ubitux/codecview: avfilter: add codecview filter Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 b1d6ff5b11..8fe2020901 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -115,6 +115,7 @@ void avfilter_register_all(void)
REGISTER_FILTER(BLACKFRAME, blackframe, vf);
REGISTER_FILTER(BLEND, blend, vf);
REGISTER_FILTER(BOXBLUR, boxblur, vf);
+ REGISTER_FILTER(CODECVIEW, codecview, vf);
REGISTER_FILTER(COLORBALANCE, colorbalance, vf);
REGISTER_FILTER(COLORCHANNELMIXER, colorchannelmixer, vf);
REGISTER_FILTER(COLORMATRIX, colormatrix, vf);