diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-07-17 01:05:05 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-07-23 11:34:20 +0200 |
commit | be33da9a1d23f4770f6f1e01157f601ac6453b13 (patch) | |
tree | 5b085f972aea5b79fcf3d2104b3295483f8ae2dc /libavfilter/allfilters.c | |
parent | 1cadab602343c4f577d2710a43bc66fde5a0d20b (diff) | |
download | ffmpeg-be33da9a1d23f4770f6f1e01157f601ac6453b13.tar.gz |
lavfi: add concat filter.
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r-- | libavfilter/allfilters.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c index aad453446c..f35af65119 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -136,6 +136,7 @@ void avfilter_register_all(void) REGISTER_FILTER (NULLSINK, nullsink, vsink); /* transmedia filters */ + REGISTER_FILTER (CONCAT, concat, avf); REGISTER_FILTER (SHOWWAVES, showwaves, avf); /* those filters are part of public or internal API => registered |