diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-01-29 11:22:41 +0100 |
---|---|---|
committer | Janne Grunau <janne-ffmpeg@jannau.net> | 2011-02-08 13:20:56 +0100 |
commit | 9409c3811c90975f2208216a0c5b820186e1e87b (patch) | |
tree | 23e18cd106e056b8bd050074e8d6b827d715671c /libavfilter/allfilters.c | |
parent | 0cad24ce9b02037c9cdad84cae905f96b04d7d4c (diff) | |
download | ffmpeg-9409c3811c90975f2208216a0c5b820186e1e87b.tar.gz |
libavfilter: add video movie source
See thread:
Subject: [PATCH] movie video source
Date: 2010-12-31 15:35:30 GMT
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
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 1dffb80473..cb29c2f112 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -71,6 +71,7 @@ void avfilter_register_all(void) REGISTER_FILTER (BUFFER, buffer, vsrc); REGISTER_FILTER (COLOR, color, vsrc); REGISTER_FILTER (FREI0R, frei0r_src, vsrc); + REGISTER_FILTER (MOVIE, movie, vsrc); REGISTER_FILTER (NULLSRC, nullsrc, vsrc); REGISTER_FILTER (NULLSINK, nullsink, vsink); |